mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
* 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.upower = mkIf isKDE47 { enable = true; };
|
||||
|
||||
hardware.pulseaudio = mkIf isKDE47 { enable = true; };
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user