This commit is contained in:
RingOfStorms (Joshua Bell) 2024-12-16 02:39:03 -06:00
parent 6256010acd
commit ce5b732dfa
7 changed files with 156 additions and 114 deletions

View file

@ -19,10 +19,11 @@
'';
}
{
assertion = !(config.mods.de_cosmic.enable && config.mods.audio_pulse.enable);
# // TODO check sinc epoulse is no longer
assertion = !(config.mods.de_cosmic.enable && config.mods.audio.enable);
message = ''
Configuration Error: cannot use pulse audio with cosmic.
Remove: mods.audio_pulse.enable
Configuration Error: cannot use audio with cosmic. Check if this is true anymore...
Remove: mods.audio.enable
'';
}
];