diff --git a/desktop-environment/window-manager/hyprlua.nix b/desktop-environment/window-manager/hyprlua.nix index 953e794..ff7b554 100644 --- a/desktop-environment/window-manager/hyprlua.nix +++ b/desktop-environment/window-manager/hyprlua.nix @@ -30,7 +30,7 @@ in hyprland = { enable = true; xwayland.enable = true; - configType = "hyprlang"; + configType = "lua"; extraConfig = ""; }; }; @@ -40,9 +40,4 @@ in enable = true; }; - xdg.configFile."hypr" = { - source = hyprFlake; - recursive = true; - }; - }