From 971d5ebb76ecbf755666f54d588858cf7bd0f3d2 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Tue, 11 Nov 2025 19:08:17 +0530 Subject: [PATCH] fix(hyprland): update path for swaync-client in hyprland config --- home/services/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/services/hyprland.nix b/home/services/hyprland.nix index 212a53e7..0de4332b 100644 --- a/home/services/hyprland.nix +++ b/home/services/hyprland.nix @@ -203,7 +203,7 @@ "$mainMod, Space, exec, ${lib.getExe pkgs.anyrun}" "$mainMod, p, pseudo, # dwindle" "$mainMod, v, togglesplit," - "$mainMod, a, exec, swaync-client -t" + "$mainMod, a, exec, ${pkgs.swaynotificationcenter}/bin/swaync-client -t" "$mainMod, Tab, cyclenext" # Audio ",xf86audiomute, exec, ${pkgs.swayosd}/bin/swayosd-client --output-volume mute-toggle"