sunshine & vscode splitted to personal modules
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
../apps/apps-list.nix
|
||||
../apps/firefox.nix
|
||||
../apps/flameshot.nix
|
||||
../apps/sunshine.nix
|
||||
../apps/vscode.nix
|
||||
../desktop-environments/gnome.nix
|
||||
];
|
||||
|
||||
@@ -30,13 +32,6 @@
|
||||
NIXOS_OZONE_WL = 1;
|
||||
};
|
||||
|
||||
services.sunshine = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
capSysAdmin = true; # only needed for Wayland -- omit this when using with Xorg
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
# services.xserver.libinput.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user