Forcibly disable pulseaudio
Gnome won't work otherwise
This commit is contained in:
parent
b34ac0d6ae
commit
2fce58341e
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ with lib; {
|
|||
};
|
||||
|
||||
config = mkIf (config.gnome.enable) {
|
||||
hardware.pulseaudio.enable = false;
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue