updated flake
This commit is contained in:
parent
67eca9f3b6
commit
7db56ac8c3
6 changed files with 65 additions and 71 deletions
|
@ -19,6 +19,10 @@ in {
|
|||
dedicatedServer.openFirewall = true;
|
||||
gamescopeSession.enable = mkIf cfg.gamescope true;
|
||||
};
|
||||
home-manager.users.${username} = {};
|
||||
programs.gamemode.enable = true;
|
||||
environment.systemPackages = [pkgs.protonup];
|
||||
environment.sessionVariables = {
|
||||
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "/home/${username}/.steam/root/compatibilitytoolds.d";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue