diff --git a/home/rachel.nix b/home/rachel.nix index 325c9b5..e20f2fd 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -524,8 +524,10 @@ in rec { }; network-manager-applet.enable = true; + blueman-applet.enable = true; betterlockscreen.enable = true; gnome-keyring.enable = true; + }; xsession = { diff --git a/lambda/configuration.nix b/lambda/configuration.nix index 2356838..d5e23d6 100644 --- a/lambda/configuration.nix +++ b/lambda/configuration.nix @@ -19,6 +19,7 @@ ]; }; hardware.bluetooth.enable = true; + services.blueman.enable = true; services.logind = { lidSwitch = "hibernate"; lidSwitchDocked = "ignore";