summaryrefslogtreecommitdiff
path: root/home-configuration.scm
diff options
context:
space:
mode:
Diffstat (limited to 'home-configuration.scm')
-rw-r--r--home-configuration.scm11
1 files changed, 5 insertions, 6 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))))))))))