@@ -323,33 +323,35 @@
     (service home-bash-service-type
              (home-bash-configuration
                (guix-defaults? #f)      ;provided by Guix System
-               (aliases '(("b" . "./pre-inst-env guix build --no-grafts")
-                          ("bg" . "./pre-inst-env guix build")
-                          ("bno" . "./pre-inst-env guix build --no-offload")
-                          ("csysdig" . "sudo csysdig --modern-bpf")
-                          ("edit" . "$EDITOR")
-                          ("firefox" . "guix shell -CN --no-cwd \
+               (aliases (append
+                         %default-bash-aliases
+                         '(("b" . "./pre-inst-env guix build --no-grafts")
+                           ("bg" . "./pre-inst-env guix build")
+                           ("bno" . "./pre-inst-env guix build --no-offload")
+                           ("csysdig" . "sudo csysdig --modern-bpf")
+                           ("edit" . "$EDITOR")
+                           ("firefox" . "guix shell -CN --no-cwd \
 -E DISPLAY -E XAUTHORITY \

Generated by apteryx using scpaste at Mon Jun 1 15:26:08 2026. JST. (original)