From e4e6eac51fc19af4e4eb6a0c1c4a90a760953493 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 9 Jan 2025 14:25:43 +0200 Subject: guix: home: Update aliases --- guix/home.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'guix/home.scm') diff --git a/guix/home.scm b/guix/home.scm index d624e67..f75d7a5 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -50,7 +50,8 @@ ("ls" . "ls --color") ("o" . "emacsclient -n") ("weather" . "curl wttr.in") - ("gx" . "guix"))) + ("gx" . "guix") + ("neofetch" . "neowofetch"))) (bashrc (list (local-file (format #f "~a/bash-prompt.sh" thanos/dotfiles-path) #:recursive? #f))))) (service home-dotfiles-service-type -- cgit v1.2.3