From f778dd09199ff1f30c8a6f3c9ae0de977e4fd81b Mon Sep 17 00:00:00 2001 From: maxstrb Date: Tue, 7 Oct 2025 13:56:16 +0200 Subject: [PATCH] non important commit --- home/laptop/hyprland.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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"