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) {
|
config = mkIf (config.gnome.enable) {
|
||||||
|
hardware.pulseaudio.enable = false;
|
||||||
services = {
|
services = {
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue