Centralized steam configuration
This commit is contained in:
parent
daa50575b5
commit
c4225efceb
6 changed files with 46 additions and 58 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue