From e9f0b6b896aff0c042fdf7f18cafb93e7d16bae9 Mon Sep 17 00:00:00 2001 From: magic_rb Date: Sat, 23 Dec 2023 20:18:30 +0100 Subject: [PATCH] Add time to login notifications Signed-off-by: magic_rb --- nixos/modules/notify-login.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/notify-login.nix b/nixos/modules/notify-login.nix index 9184458..cc63a35 100644 --- a/nixos/modules/notify-login.nix +++ b/nixos/modules/notify-login.nix @@ -63,11 +63,11 @@ { if [ "$PAM_TYPE" = "open_session" ] ; then ${getExe' pkgs.coreutils "cat"} <