Centralized steam configuration

This commit is contained in:
Filippo Berto 2025-01-08 23:38:48 +01:00
parent daa50575b5
commit c4225efceb
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
6 changed files with 46 additions and 58 deletions

View file

@ -80,7 +80,7 @@
};
nvidia-container-toolkit.enable = true;
graphics.enable = true;
graphics = { enable = true; enable32Bit = true; };
bluetooth = {
enable = true;
# package = pkgs.bluezFull;
@ -292,12 +292,6 @@
# virtualbox.host.enable = true;
};
nixpkgs.config = {
allowUnfree = true;
packageOverrides = pkgs: { steam = pkgs.steam.override { extraPkgs = pkgs: [ pkgs.icu ]; }; };
# cudaSupport = true;
};
zramSwap.enable = true;
system.stateVersion = "22.11"; # Did you read the comment?