From 9c799bd8aa1dda59f669475760a3ad213f62d38c Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 24 Dec 2023 15:10:20 +0100 Subject: Test fix for aliases --- home-configuration.scm | 11 +++++------ 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)))))))))) 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]] -- cgit v1.2.3