updates
This commit is contained in:
parent
6256010acd
commit
ce5b732dfa
7 changed files with 156 additions and 114 deletions
|
@ -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
|
||||
'';
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue