* Don't make PulseAudio a requirement for KDE, it works fine without
it (especially now that KDE doesn't try to start PulseAudio automatically). svn path=/nixos/trunk/; revision=27969
This commit is contained in:
parent
3b374ea326
commit
d1f1cfcd41
@ -144,8 +144,6 @@ in
|
|||||||
services.udisks = mkIf isKDE47 { enable = true; };
|
services.udisks = mkIf isKDE47 { enable = true; };
|
||||||
services.upower = mkIf isKDE47 { enable = true; };
|
services.upower = mkIf isKDE47 { enable = true; };
|
||||||
|
|
||||||
hardware.pulseaudio = mkIf isKDE47 { enable = true; };
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user