fix misspelling

This commit is contained in:
kenji
2025-08-20 13:52:39 -05:00
parent 624606d853
commit c5bb2bf66f
+1 -1
View File
@@ -19,7 +19,7 @@ in {
settings = lib.mkMerge [ settings = lib.mkMerge [
(import ./hyprland/hypr/keybinds.nix {inherit config pkgs;}) (import ./hyprland/hypr/keybinds.nix {inherit config pkgs;})
(import ./hyprland/hypr/execs.nix {inherit config pkgs;}) (import ./hyprland/hypr/exec.nix {inherit config pkgs;})
(import ./hyprland/hypr/rules.nix {inherit config pkgs;}) (import ./hyprland/hypr/rules.nix {inherit config pkgs;})
(import ./hyprland/hypr/env.nix {inherit config pkgs;}) (import ./hyprland/hypr/env.nix {inherit config pkgs;})
(import ./hyprland/hypr/colours.nix {inherit config pkgs;}) (import ./hyprland/hypr/colours.nix {inherit config pkgs;})