rebuild not working

This commit is contained in:
Charlie Root 2024-07-23 00:00:26 +02:00
commit f514c9b1b4
13 changed files with 280 additions and 12 deletions

View file

@ -21,7 +21,7 @@ in {
gamescopeSession.enable = mkIf cfg.gamescope true;
};
programs.gamemode.enable = true;
environment.systemPackages = [pkgs.protonup];
environment.systemPackages = [pkgs.protonup-ng];
environment.sessionVariables = {
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "/home/${username}/.steam/root/compatibilitytoolds.d";
};