greetd: fix launch command
This commit is contained in:
parent
4d20cc82c4
commit
7868ac1529
1 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = hyprland;
|
package = hyprland;
|
||||||
portalPackage = xdg-desktop-portal-hyprland;
|
portalPackage = xdg-desktop-portal-hyprland;
|
||||||
|
withUWSM = false; #TODO
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
|
|
@ -42,7 +43,7 @@ in {
|
||||||
"--time"
|
"--time"
|
||||||
"--remember"
|
"--remember"
|
||||||
"--cmd"
|
"--cmd"
|
||||||
(getExe hyprland)
|
"Hyprland"
|
||||||
];
|
];
|
||||||
user = "greeter";
|
user = "greeter";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue