mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
nixos/cinnamon: switch to blueman
Part of Linux Mint 21 changes. https://www.linuxmint.com/rel_vanessa_cinnamon_whatsnew.php
This commit is contained in:
parent
9da9a1474c
commit
20d269ea81
@ -82,6 +82,7 @@ in
|
||||
'';
|
||||
|
||||
# Default services
|
||||
services.blueman.enable = mkDefault true;
|
||||
hardware.bluetooth.enable = mkDefault true;
|
||||
hardware.pulseaudio.enable = mkDefault true;
|
||||
security.polkit.enable = true;
|
||||
@ -199,7 +200,6 @@ in
|
||||
environment.systemPackages = with pkgs // pkgs.gnome // pkgs.cinnamon; utils.removePackagesByName [
|
||||
# cinnamon team apps
|
||||
bulky
|
||||
blueberry
|
||||
warpinator
|
||||
|
||||
# cinnamon xapps
|
||||
|
Loading…
Reference in New Issue
Block a user