From 7deff654d3148d2c2aa2113ddac8040a0a4edf95 Mon Sep 17 00:00:00 2001 From: etwas Date: Thu, 4 Sep 2025 10:03:12 +0200 Subject: [PATCH] feat: update tuigreet package name --- modules/utils/auth.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/utils/auth.nix b/modules/utils/auth.nix index 5793ed6..c807f0d 100644 --- a/modules/utils/auth.nix +++ b/modules/utils/auth.nix @@ -12,7 +12,7 @@ enable = true; settings = { default_session = { - command = "${pkgs.greetd.tuigreet}/bin/tuigreet -t -g \"Hello there (^^)/\" --cmd 'Hyprland'"; + command = "${pkgs.tuigreet}/bin/tuigreet -t -g \"Hello there (^^)/\" --cmd 'Hyprland'"; user = "rhea"; }; };