From a643afde3c9754c1f45085df4d79997c6243485e Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Sat, 14 Sep 2024 14:17:46 +0100 Subject: [PATCH] feat: install and enable tuigreet --- configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configuration.nix b/configuration.nix index 4a3d75d..69eccd1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -217,6 +217,15 @@ }; }; + services.greetd = { + enable = true; + settings = { + default_session = { + command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --time-format '%A, %d %B %Y - %H:%M' --remember --asterisks --cmd river"; + }; + }; + }; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;