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.
This commit is contained in:
Donovan Glover 2024-04-03 06:01:24 -04:00
parent 942785cf5b
commit 8e16a465e1
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +0,0 @@
{
programs.cdemu = {
enable = true;
};
}

View File

@ -1,3 +1,4 @@
{
hardware.opengl.driSupport32Bit = true;
programs.cdemu.enable = true;
}