diff --git a/modules/greetd.nix b/modules/greetd.nix index f1d2239..d8054b2 100644 --- a/modules/greetd.nix +++ b/modules/greetd.nix @@ -6,8 +6,12 @@ services.greetd = { enable = true; settings = { + initial_session = { + command = "Hyprland"; + user = "rhea"; + }; 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"; }; };