diff --git a/modules/home-manager/Hyprland/hyprland.nix b/modules/home-manager/Hyprland/hyprland.nix index 13291ea..eeba3d1 100644 --- a/modules/home-manager/Hyprland/hyprland.nix +++ b/modules/home-manager/Hyprland/hyprland.nix @@ -12,13 +12,14 @@ let ) wsList); in { - wayland.windowManager.hyprland = - { + wayland.windowManager.hyprland = { enable = true; + + configType = "lua"; + # Config - settings = - { + settings = { # Variables "$mod" = "SUPER"; "$term" = "alacritty";