diff options
author | Thanos Apollo <[email protected]> | 2025-01-09 14:25:43 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2025-01-09 14:29:22 +0200 |
commit | e4e6eac51fc19af4e4eb6a0c1c4a90a760953493 (patch) | |
tree | b5f47d2461a0cdc7ea3bacffd4d042f9428ab440 /guix | |
parent | 4012b8c16c978ff173e81999edc94c8d5243df8d (diff) |
guix: home: Update aliases
Diffstat (limited to 'guix')
-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 |