Revert "fix: customize tuigreet more :3"

This reverts commit 6e2da06873.
This commit is contained in:
EinEtwas 2024-10-16 14:48:08 +02:00
parent 6e2da06873
commit cab8fda8c3

View file

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