From 94353dfb5fa2e881ac685dd6b89f9fab777e57a4 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 14 Jan 2024 09:51:15 +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