mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-31 15:06:31 +02:00
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:
parent
942785cf5b
commit
8e16a465e1
@ -1,5 +0,0 @@
|
||||
{
|
||||
programs.cdemu = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
@ -1,3 +1,4 @@
|
||||
{
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
programs.cdemu.enable = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user