refactor(greetd): rename package to omit warning

This commit is contained in:
2026-03-06 18:25:28 +01:00
parent 53c2cf1a63
commit bd6546263b

View File

@@ -6,7 +6,7 @@
enable = true;
settings = {
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd niri-session";
command = "${pkgs.tuigreet}/bin/tuigreet --time --cmd niri-session";
user = "greeter";
};
};