mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/cinnamon: don't enable Pulseaudio
This commit is contained in:
parent
80a7f7effd
commit
6bd9daa1c6
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ in
|
|||
# Default services
|
||||
services.blueman.enable = mkDefault (notExcluded pkgs.blueman);
|
||||
hardware.bluetooth.enable = mkDefault true;
|
||||
hardware.pulseaudio.enable = mkDefault true;
|
||||
security.polkit.enable = true;
|
||||
services.accounts-daemon.enable = true;
|
||||
services.system-config-printer.enable = (mkIf config.services.printing.enable (mkDefault true));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue