nixos/lomiri: Add bluetooth indicator

This commit is contained in:
OPNA2608
2024-08-24 11:02:11 +02:00
parent 00929036f8
commit 132b5ce9d3
2 changed files with 12 additions and 0 deletions

View File

@@ -50,6 +50,10 @@ in {
};
};
hardware = {
bluetooth.enable = lib.mkDefault true;
};
networking.networkmanager.enable = lib.mkDefault true;
systemd.packages = with pkgs.lomiri; [
@@ -87,6 +91,8 @@ in {
ayatana-indicator-messages
ayatana-indicator-power
ayatana-indicator-session
] ++ lib.optionals config.hardware.bluetooth.enable [
ayatana-indicator-bluetooth
] ++ lib.optionals (config.hardware.pulseaudio.enable || config.services.pipewire.pulse.enable) [
ayatana-indicator-sound
]) ++ (with pkgs.lomiri; [