From 93dea40390e288bbea1c323c3888c9cdf957d5c9 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sun, 3 Dec 2023 22:00:20 -0500 Subject: [PATCH] add steam to game-desktop --- hosts/game-desktop/main.nix | 3 +++ 1 file changed, 3 insertions(+) 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";