summaryrefslogtreecommitdiff
path: root/home-configuration.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-10-31 01:48:57 +0100
committerMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-10-31 01:48:57 +0100
commitb99e0d9842611a74ae85082fd1b3385631e0ab2b (patch)
tree0e00f79400e483a50bde073eafc66daff4a5da58 /home-configuration.scm
parenta9f7c4186e3db26518b7ae6f3af9536ac4658c45 (diff)
Home configuration: break out and
Diffstat (limited to 'home-configuration.scm')
-rw-r--r--home-configuration.scm15
1 files changed, 13 insertions, 2 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index f72d63c..ad4419e 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -50,11 +50,22 @@
(string-append reconfigure-system
"--allow-downgrades"))
+(define and
+ "&& ")
+
(define system-update
- "pull-guix && reconfigure-system && reconfigure-home")
+ (string-append pull-guix
+ and
+ reconfigure-system
+ and
+ reconfigure-home))
(define system-update-
- "pull-guix- && reconfigure-system- && reconfigure-home-")
+ (string-append pull-guix-
+ and
+ reconfigure-system-
+ and
+ reconfigure-home-))
(define home-aliases
`(("grep" . "grep --color=auto")