From db3a6f4ccd898f1f31982223ba6b9affe70aa655 Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Wed, 16 Oct 2024 14:49:27 +0200 Subject: [PATCH] fix: now really, that revert was unnecessary --- modules/greetd.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/greetd.nix b/modules/greetd.nix index d8054b2..f703142 100644 --- a/modules/greetd.nix +++ b/modules/greetd.nix @@ -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"; }; };