diff --git a/modules/home/gui/desktop/niri/default.nix b/modules/home/gui/desktop/niri/default.nix index 63ed4d2..c9e4b8d 100755 --- a/modules/home/gui/desktop/niri/default.nix +++ b/modules/home/gui/desktop/niri/default.nix @@ -53,7 +53,7 @@ let }; startup = import (configPath + /startup.nix) { inherit lib pkgs; }; style = import (configPath + /style.nix) { inherit flake; }; - windowrules = import (configPath + /windowrules.nix) { inherit flake; }; + windowrules = import (configPath + /windowrules.nix) { inherit flake workspaceStrings; }; workspaces = import (configPath + /workspaces.nix) { inherit workspaceStrings; }; in binds // layout // main // outputs // startup // style // windowrules // workspaces;