summaryrefslogtreecommitdiff
path: root/home-configuration.scm
diff options
context:
space:
mode:
Diffstat (limited to 'home-configuration.scm')
-rw-r--r--home-configuration.scm16
1 files changed, 8 insertions, 8 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index 34c2c55..24c6a81 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -54,22 +54,22 @@
"&& ")
(define system-update
- (string-append "sudo guix gc -d 7d "
- and
- pull-guix
+ (string-append pull-guix
and
reconfigure-system
and
- reconfigure-home))
+ reconfigure-home
+ and
+ "sudo guix gc -d 7d"))
(define system-update-
- (string-append "sudo guix gc -d 7d "
- and
- pull-guix-
+ (string-append pull-guix-
and
reconfigure-system-
and
- reconfigure-home-))
+ reconfigure-home-
+ and
+ "sudo guix gc -d 7d"))
(home-environment
(packages