minor fix

This commit is contained in:
kenji
2025-08-20 13:55:56 -05:00
parent 76edab5b1c
commit b1484ba42e
+5 -5
View File
@@ -20,11 +20,11 @@ in {
settings = lib.mkIf cfg.settings.hyprland.useNixForConf (
lib.mkMerge [
# These imports must be functions that return an attribute set.
(import ./hyprland/hypr/keybinds.nix {inherit config pkgs;})
(import ./hyprland/hypr/exec.nix {inherit config pkgs;})
(import ./hyprland/hypr/rules.nix {inherit config pkgs;})
(import ./hyprland/hypr/env.nix {inherit config pkgs;})
(import ./hyprland/hypr/colours.nix {inherit config pkgs;})
(import ./hyprland/hypr/keybinds.nix)
(import ./hyprland/hypr/exec.nix)
(import ./hyprland/hypr/rules.nix)
(import ./hyprland/hypr/env.nix)
(import ./hyprland/hypr/colours.nix)
]
);
};