laptop games
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user