fix(greetd): correct package name
This commit is contained in:
parent
c96fffb6ce
commit
2ab886b3d4
2 changed files with 5 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
tuigreet = lib.getExe pkgs.greetd.tuigreet;
|
||||
tuigreet = lib.getExe pkgs.tuigreet;
|
||||
loginShell = pkgs.writeShellScript "login-shell" ''
|
||||
exec $(getent passwd $(id -un) | cut -d: -f7) -l
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue