From 2416ece0e6d49c6fef27cff92d07a82b6314cd70 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 26 Sep 2022 17:01:46 +0200 Subject: Guix Home: add aliases for guix reconfigure commands This change replaces the lengthy invocations of the guix reconfiguration tools with simpler symbols. * Define the guix home reconfigure variant * Define the guix system reconfigure variant --- home-configuration.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home-configuration.scm b/home-configuration.scm index 5db40b8..eecb36c 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -33,7 +33,9 @@ ("GUILE_AUTO_COMPILE" . "0"))) (aliases '(("grep" . "grep --color=auto") ("ll" . "ls -l") - ("ls" . "ls -p --color=auto"))) + ("ls" . "ls -p --color=auto") + ("reconfigure-home" . "guix home reconfigure ~/src/guix-config/home-configuration.scm") + ("reconfigure-system" . "sudo guix system reconfigure ~/src/guix-config/system-configuration.scm"))) (bash-profile (list (local-file "/home/marek/src/guix-config/.bash_profile" "bash_profile"))) (bashrc (list (local-file "/home/marek/src/guix-config/.bashrc" -- cgit v1.2.3