nix-config/modules/wine.nix
Donovan Glover 8e16a465e1
meta: Merge cdemu with wine
The cdemu module is wine-specific and should be enabled together with
the wine module, with an option for the user to disable it if desired.
2024-04-03 06:01:32 -04:00

5 lines
78 B
Nix

{
hardware.opengl.driSupport32Bit = true;
programs.cdemu.enable = true;
}