summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@pm.me>2023-12-24 15:10:20 +0100
committerMarek Paśnikowski <marekpasnikowski@pm.me>2023-12-24 15:22:36 +0100
commit9c799bd8aa1dda59f669475760a3ad213f62d38c (patch)
treeebb2752859cfd450521d59f0ee42d42596d7d3b3
parent6f2114730f8ecb62607cb41a59e1c81f570996ae (diff)
Test fix for aliases
-rw-r--r--home-configuration.scm11
-rw-r--r--izumi.org11
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))))))))))
diff --git a/izumi.org b/izumi.org
index 4464eef..d8cfaf3 100644
--- a/izumi.org
+++ b/izumi.org
@@ -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]]