mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/budgie: Add bluejay
https://buddiesofbudgie.org/blog/budgie-10-10-released#budgie-control-center
This commit is contained in:
parent
0477e31ea0
commit
f27ef67ba5
1 changed files with 2 additions and 1 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue