greetd: fix launch command

This commit is contained in:
ooks-io 2025-01-06 13:19:09 +11:00
parent 4d20cc82c4
commit 7868ac1529

View file

@ -14,6 +14,7 @@ in {
enable = true;
package = hyprland;
portalPackage = xdg-desktop-portal-hyprland;
withUWSM = false; #TODO
};
xdg.portal = {
@ -42,7 +43,7 @@ in {
"--time"
"--remember"
"--cmd"
(getExe hyprland)
"Hyprland"
];
user = "greeter";
};