diff options
-rw-r--r-- | guix/home.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |