fix: customize tuigreet more :3

This commit is contained in:
EinEtwas 2024-10-16 14:46:43 +02:00
parent 8090592d78
commit 6e2da06873

View file

@ -6,12 +6,8 @@
services.greetd = {
enable = true;
settings = {
initial_session = {
command = "Hyprland";
user = "rhea";
};
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland";
command = "${pkgs.greetd.tuigreet}/bin/tuigreet -t -g \"Hello there |˶˙˙ )\" --cmd Hyprland";
user = "rhea";
};
};