not auto start sunshine
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user