Fixed UWSM entries PROPERLY

This commit is contained in:
2026-06-02 09:58:13 +01:00
parent 98ae337bff
commit 0979c4403b
+5 -2
View File
@@ -13,8 +13,11 @@ in {
programs = { programs = {
uwsm = { uwsm = {
enable = true; enable = true;
waylandCompositors.hyprland.binPath = lib.mkForce "/run/current-system/sw/bin/start-hyprland"; waylandCompositors.hyprland = {
prettyName = "Hyprland"; binPath = lib.mkForce "/run/current-system/sw/bin/start-hyprland";
prettyName = "Hyprland";
comment = "Hyprland managed by UWSM";
};
}; };
regreet = { regreet = {
enable = true; enable = true;