mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-15 09:20:10 +01:00
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;
|
|
}
|