* 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:
Eelco Dolstra 2011-07-26 18:34:59 +00:00
parent 3b374ea326
commit d1f1cfcd41

View File

@ -144,8 +144,6 @@ in
services.udisks = mkIf isKDE47 { enable = true; };
services.upower = mkIf isKDE47 { enable = true; };
hardware.pulseaudio = mkIf isKDE47 { enable = true; };
};
}