diff --git a/hosts/game-desktop/main.nix b/hosts/game-desktop/main.nix index 6ba86e6..5cc46fc 100644 --- a/hosts/game-desktop/main.nix +++ b/hosts/game-desktop/main.nix @@ -22,6 +22,7 @@ _: "nvidia-x11" "nvidia-persistenced" "steam" + "steam-run" "steam-original" ]; }; @@ -50,6 +51,8 @@ _: }; }; + programs.steam.enable = true; + networking.networkmanager.enable = true; services.openssh.settings.PermitRootLogin = lib.mkForce "prohibit-password";