summaryrefslogtreecommitdiff
path: root/guix/home.scm
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2025-01-09 14:25:43 +0200
committerThanos Apollo <[email protected]>2025-01-09 14:29:22 +0200
commite4e6eac51fc19af4e4eb6a0c1c4a90a760953493 (patch)
treeb5f47d2461a0cdc7ea3bacffd4d042f9428ab440 /guix/home.scm
parent4012b8c16c978ff173e81999edc94c8d5243df8d (diff)
guix: home: Update aliases
Diffstat (limited to 'guix/home.scm')
-rw-r--r--guix/home.scm3
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