Select correct config type
This commit is contained in:
@@ -30,7 +30,7 @@ in
|
|||||||
hyprland = {
|
hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
configType = "hyprlang";
|
configType = "lua";
|
||||||
extraConfig = "";
|
extraConfig = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -40,9 +40,4 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."hypr" = {
|
|
||||||
source = hyprFlake;
|
|
||||||
recursive = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user