diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 0fde3af..14bdb8c 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -1,3 +1,5 @@ +{ pkgs, ... }: + let workspaceBinds = let wsList = builtins.genList (i: i + 1) 10;