diff options
-rw-r--r-- | home-configuration.scm | 11 | ||||
-rw-r--r-- | izumi.org | 11 |
2 files changed, 10 insertions, 12 deletions
diff --git a/home-configuration.scm b/home-configuration.scm index 8fb18fe..35c2529 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -176,9 +176,8 @@ home-bash-service-type (home-bash-configuration (aliases - (list - `("collect-garbage" . ,collect-garbage) - `("pull-guix" . ,pull-guix) - `("reconfigure-home" . ,reconfigure-home) - `("reconfigure-system" . ,reconfigure-system) - `("update-system" . ,update-system)))))))))) + `(("collect-garbage" . ,collect-garbage) + ("pull-guix" . ,pull-guix) + ("reconfigure-home" . ,reconfigure-home) + ("reconfigure-system" . ,reconfigure-system) + ("update-system" . ,update-system)))))))))) @@ -830,12 +830,11 @@ home-bash-service-type (home-bash-configuration (aliases - (list - `("collect-garbage" . ,collect-garbage) - `("pull-guix" . ,pull-guix) - `("reconfigure-home" . ,reconfigure-home) - `("reconfigure-system" . ,reconfigure-system) - `("update-system" . ,update-system)))))) + `(("collect-garbage" . ,collect-garbage) + ("pull-guix" . ,pull-guix) + ("reconfigure-home" . ,reconfigure-home) + ("reconfigure-system" . ,reconfigure-system) + ("update-system" . ,update-system)))))) #+END_SRC * [[https://www.leonrische.me/fc/][Emacs-Org-FC-TN]] |