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;
|
||||
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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue