summaryrefslogtreecommitdiff
path: root/home-configuration.scm
diff options
context:
space:
mode:
Diffstat (limited to 'home-configuration.scm')
-rw-r--r--home-configuration.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index f35ae53..c3dee97 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -56,14 +56,18 @@
"&& ")
(define system-update
- (string-append pull-guix
+ (string-append "sudo guix gc -d 7d "
+ and
+ pull-guix
and
reconfigure-system
and
reconfigure-home))
(define system-update-
- (string-append pull-guix-
+ (string-append "sudo guix gc -d 7d "
+ and
+ pull-guix-
and
reconfigure-system-
and