not auto start sunshine
This commit is contained in:
@@ -39,7 +39,7 @@ in
|
||||
ollama.enable = lib.mkForce false;
|
||||
sunshine = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
autoStart = false;
|
||||
capSysAdmin = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
@@ -9,7 +9,7 @@ let
|
||||
schemesFile = import ./schemes.nix {
|
||||
inherit pkgs inputs;
|
||||
};
|
||||
scheme = schemesFile.schemes.paul;
|
||||
scheme = schemesFile.schemes.paul3;
|
||||
cfg = config.my.stylix;
|
||||
gnomeEnabled = config.services.desktopManager.gnome.enable;
|
||||
in
|
||||
|
||||
@@ -62,6 +62,7 @@ in
|
||||
packages = builtins.attrValues {
|
||||
inherit retroarchWithCores;
|
||||
inherit (pkgs)
|
||||
mgba # gba emulator
|
||||
parsec-bin # gaming with friends
|
||||
shipwright # zelda OoT port
|
||||
mangohud # fps & stats overlay
|
||||
|
||||
Reference in New Issue
Block a user