updated flake

This commit is contained in:
Charlie Root 2024-06-01 19:31:05 +02:00
commit 7db56ac8c3
6 changed files with 65 additions and 71 deletions

View file

@ -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";
};
};
}