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
|
./timezone.nix
|
||||||
./user.nix
|
./user.nix
|
||||||
./virtualization.nix
|
./virtualization.nix
|
||||||
|
./wine.nix
|
||||||
./zram.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}"
|
"${VARIABLES.hostHardwareConfiguration}"
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.opengl.driSupport32Bit = true;
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
hypr-contrib.packages."${VARIABLES.system}".grimblast
|
hypr-contrib.packages."${VARIABLES.system}".grimblast
|
||||||
nix-gaming.packages."${VARIABLES.system}".osu-stable
|
nix-gaming.packages."${VARIABLES.system}".osu-stable
|
||||||
|
Loading…
Reference in New Issue
Block a user