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 = {
uwsm = {
enable = true;
waylandCompositors.hyprland.binPath = lib.mkForce "/run/current-system/sw/bin/start-hyprland";
prettyName = "Hyprland";
waylandCompositors.hyprland = {
binPath = lib.mkForce "/run/current-system/sw/bin/start-hyprland";
prettyName = "Hyprland";
comment = "Hyprland managed by UWSM";
};
};
regreet = {
enable = true;