From 7485a0335b2592d6fcf83eaa7b44d16bf5b4c5a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Fern=C3=A1ndez=20L=C3=B3pez?= Date: Sat, 4 Jan 2025 00:20:48 +0100 Subject: [PATCH] Add hushlogin --- dotfiles/dotfiles.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/dotfiles.nix b/dotfiles/dotfiles.nix index 0c053123..cc4220e2 100644 --- a/dotfiles/dotfiles.nix +++ b/dotfiles/dotfiles.nix @@ -1,5 +1,6 @@ {profile}: { home.file = { + ".hushlogin".text = ""; ".emacs.d" = { source = ./assets/emacs/emacs.d; recursive = true;