From 607e4f435d06640ff972b0a8ddcb0020692df138 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Tue, 27 Jan 2026 17:40:51 +0100 Subject: [PATCH] Added extra params --- modules/home-manager/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) 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;