diff options
Diffstat (limited to 'aisaka.org')
-rw-r--r-- | aisaka.org | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -204,22 +204,22 @@ https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html "&& ") (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 |