mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
8e16a465e1
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.
5 lines
78 B
Nix
5 lines
78 B
Nix
{
|
|
hardware.opengl.driSupport32Bit = true;
|
|
programs.cdemu.enable = true;
|
|
}
|