From a7b22667b5121c9357777d175d9efa5044343e80 Mon Sep 17 00:00:00 2001 From: Uzair Mohammed Date: Sat, 28 Dec 2024 14:29:32 -0800 Subject: [PATCH] hyprland.nix: Fixed silly syntax issue with bindl block lol --- home/modules/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index ead07e1..9ea64e9 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -159,12 +159,12 @@ ",XF86MonBrightnessDown, exec, brightnessctl s 2%-" ]; - bindl = { + bindl = [ ", XF86AudioNext, exec, playerctl next" ", XF86AudioPause, exec, playerctl play-pause" ", XF86AudioPlay, exec, playerctl play-pause" ", XF86AudioPrev, exec, playerctl previous" - }; + ]; input = { kb_layout = us;