forked from extern/nix-config
modules: Add wine
Useful to remember why I set this option.
This commit is contained in:
parent
355e58c76e
commit
3283aebbd8
@ -25,6 +25,7 @@
|
||||
./timezone.nix
|
||||
./user.nix
|
||||
./virtualization.nix
|
||||
./wine.nix
|
||||
./zram.nix
|
||||
];
|
||||
}
|
||||
|
3
modules/wine.nix
Normal file
3
modules/wine.nix
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
}
|
@ -10,8 +10,6 @@ let VARIABLES = import ./variables.nix; in {
|
||||
"${VARIABLES.hostHardwareConfiguration}"
|
||||
];
|
||||
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
hypr-contrib.packages."${VARIABLES.system}".grimblast
|
||||
nix-gaming.packages."${VARIABLES.system}".osu-stable
|
||||
|
Loading…
Reference in New Issue
Block a user