laptop games

This commit is contained in:
k
2024-08-23 15:15:05 -04:00
parent 0b8898bfbc
commit da59669d85
2 changed files with 12 additions and 1 deletions

View File

@@ -111,6 +111,8 @@
# services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [glibc glib];
programs.zsh.enable = true;
users.users.k = {
isNormalUser = true;
@@ -124,6 +126,13 @@
"k" = import ./home.nix;
};
};
programs.steam.enable = true;
programs.steam.gamescopeSession.enable = true;
programs.gamemode.enable = true;
environment.sessionVariables = {
MOZ_USE_XINPUT2 = "1";
};
system.autoUpgrade.enable = true;
nix.gc.automatic = true;