fix(greetd): correct package name

This commit is contained in:
Barrett Ruth 2026-02-14 22:35:58 -05:00
parent c96fffb6ce
commit 2ab886b3d4
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 5 additions and 3 deletions

View file

@ -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
'';