commit fc95b9b963cec7eff4c4c9d015038121ebd944e0 parent 130d49df32a257efa88aa0dfe36a071e24428810 Author: breadcat <breadcat@users.noreply.github.com> Date: Thu, 28 May 2026 15:22:25 +0100 Parent programs prefix Diffstat:
| M | common/steam.nix | | | 8 | +++++--- |
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/common/steam.nix b/common/steam.nix @@ -1,9 +1,11 @@ { pkgs, ... }: { -programs.steam.enable = true; -programs.gamemode.enable = true; -programs.steam.gamescopeSession.enable = true; + programs = { + gamemode.enable = true; + steam.enable = true; + steam.gamescopeSession.enable = true; + }; environment.systemPackages = with pkgs; [ mangohud