doc(bbsteamie): add instructions for how to make decky work
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-07-04 19:06:17 -04:00
parent 3a4100cb28
commit 49aa21cf32

View file

@ -8,7 +8,7 @@
inherit (lib) getExe mkForce; inherit (lib) getExe mkForce;
inherit (config.vars) mainUser; inherit (config.vars) mainUser;
# FIXME: switch to wayland once plasma 6.1.1 releases # FIXME: switch to wayland when possible
defaultSession = "plasmax11"; defaultSession = "plasmax11";
switch-session = pkgs.writeShellApplication { switch-session = pkgs.writeShellApplication {
@ -91,8 +91,8 @@ in {
type = "Application"; type = "Application";
}; };
# Misc apps for DE
environment.systemPackages = [ environment.systemPackages = [
# Misc apps for DE
pkgs.firefox pkgs.firefox
pkgs.wl-clipboard pkgs.wl-clipboard
self.packages.${pkgs.system}.ryujinx self.packages.${pkgs.system}.ryujinx
@ -117,6 +117,8 @@ in {
# Jovian NixOS settings # Jovian NixOS settings
jovian.steam = { jovian.steam = {
# Steam > Settings > System > Enable Developer Mode
# Steam > Developer > CEF Remote Debugging
enable = true; enable = true;
user = mainUser; user = mainUser;