From cab8fda8c399096d4a16f7da8eb5741d52772ef7 Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Wed, 16 Oct 2024 14:48:08 +0200 Subject: [PATCH] Revert "fix: customize tuigreet more :3" This reverts commit 6e2da06873167cbbb5d435009f7539383b81e32f. --- modules/greetd.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"; }; };