nixos/budgie: Add bluejay
https://buddiesofbudgie.org/blog/budgie-10-10-released#budgie-control-center
This commit is contained in:
@@ -185,6 +185,7 @@ in
|
||||
]
|
||||
++ lib.optional config.networking.networkmanager.enable pkgs.networkmanagerapplet
|
||||
++ (utils.removePackagesByName [
|
||||
bluejay
|
||||
nemo
|
||||
eom
|
||||
pluma
|
||||
@@ -248,7 +249,7 @@ in
|
||||
programs.nm-applet.enable = config.networking.networkmanager.enable; # Budgie has no Network applet.
|
||||
programs.nm-applet.indicator = true; # Budgie uses AppIndicators.
|
||||
|
||||
hardware.bluetooth.enable = mkDefault true; # for Budgie's Status Indicator and BCC's Bluetooth panel.
|
||||
hardware.bluetooth.enable = mkDefault true; # for Budgie's Status Indicator and Bluejay.
|
||||
|
||||
xdg.portal.enable = mkDefault true; # for BCC's Applications panel.
|
||||
xdg.portal.extraPortals = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user