From ab0d3e116a64d68ce361eaaa7215450d25d8f2dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chl=C3=B3e=20Kassandra=20Rei=C3=9F?= Date: Sun, 26 Jul 2026 15:15:51 +0200 Subject: [PATCH] Select correct config type --- desktop-environment/window-manager/hyprlua.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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; - }; - }