Add requirements for Star Citizen
Increase vm.max_map_count Add lutris, wine(-wayland) and winetricks packages
This commit is contained in:
parent
2da1137086
commit
ebcfae9f37
|
@ -30,7 +30,6 @@
|
|||
home-manager.users.xenia = import ./home/Vanguard/xenia.nix;
|
||||
|
||||
# Enable steam with proper integrations
|
||||
environment.systemPackages = [pkgs.mesa];
|
||||
programs.gamescope.enable = true;
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
|
@ -39,6 +38,10 @@
|
|||
hardware.steam-hardware.enable = true;
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
# Requirements for Star Citizen
|
||||
boot.kernel.sysctl."vm.max_map_count" = 16777216;
|
||||
environment.systemPackages = with pkgs; [mesa lutris wine-wayland winetricks];
|
||||
|
||||
# Extra hardware configuration
|
||||
hardware.openrazer = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue