summaryrefslogtreecommitdiff
path: root/home-configuration.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-09-26 17:01:46 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2022-09-26 17:01:46 +0200
commit2416ece0e6d49c6fef27cff92d07a82b6314cd70 (patch)
tree33b4e202cd2f3a6070048294769eba92f020b3b2 /home-configuration.scm
parent2768d1f6872a56aa2dd8fae86967d8bdb4ab26c2 (diff)
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
Diffstat (limited to 'home-configuration.scm')
-rw-r--r--home-configuration.scm4
1 files changed, 3 insertions, 1 deletions
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"