diff --git a/home/laptop/hyprland.nix b/home/laptop/hyprland.nix index f985db2..9e91523 100644 --- a/home/laptop/hyprland.nix +++ b/home/laptop/hyprland.nix @@ -1,8 +1,12 @@ -{ +{pkgs, ...}: { imports = [ ../modules/hyprland.nix ]; + home.packages = with pkgs; [ + bluez + ]; + wayland.windowManager.hyprland = { settings = { bind = [ @@ -38,6 +42,7 @@ middle = []; right = [ "volume" + "bluetooth" "clock" "systray" "battery"