Select correct config type

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-07-26 15:15:51 +02:00
parent 3d93ce7a90
commit ab0d3e116a
@@ -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;
};
}