not auto start sunshine

This commit is contained in:
Danilo Reyes
2026-01-17 06:00:00 -06:00
parent c87a446a26
commit d146fa68f7
3 changed files with 3 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ in
ollama.enable = lib.mkForce false; ollama.enable = lib.mkForce false;
sunshine = { sunshine = {
enable = true; enable = true;
autoStart = true; autoStart = false;
capSysAdmin = true; capSysAdmin = true;
openFirewall = true; openFirewall = true;
}; };

View File

@@ -9,7 +9,7 @@ let
schemesFile = import ./schemes.nix { schemesFile = import ./schemes.nix {
inherit pkgs inputs; inherit pkgs inputs;
}; };
scheme = schemesFile.schemes.paul; scheme = schemesFile.schemes.paul3;
cfg = config.my.stylix; cfg = config.my.stylix;
gnomeEnabled = config.services.desktopManager.gnome.enable; gnomeEnabled = config.services.desktopManager.gnome.enable;
in in

View File

@@ -62,6 +62,7 @@ in
packages = builtins.attrValues { packages = builtins.attrValues {
inherit retroarchWithCores; inherit retroarchWithCores;
inherit (pkgs) inherit (pkgs)
mgba # gba emulator
parsec-bin # gaming with friends parsec-bin # gaming with friends
shipwright # zelda OoT port shipwright # zelda OoT port
mangohud # fps & stats overlay mangohud # fps & stats overlay