forked from Shinonome/dots-hyprland
minor fix
This commit is contained in:
@@ -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)
|
||||
]
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user