summaryrefslogtreecommitdiff
path: root/home-configuration.scm
diff options
context:
space:
mode:
Diffstat (limited to 'home-configuration.scm')
-rw-r--r--home-configuration.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index 861c078..b8d817e 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -49,7 +49,7 @@
("GUILE_AUTO_COMPILE" . "0")))
(define allow-downgrades
- "--allow-downgrades")
+ "--allow-downgrades ")
(define pull-guix
"guix pull ")
@@ -57,13 +57,13 @@
(define pull-guix-
(string-append pull-guix
allow-downgrades
- "--disable-authentication"))
+ "--disable-authentication "))
(define guix-home
"guix home reconfigure ")
(define home-configuration
- "home-configuration.scm")
+ "home-configuration.scm ")
(define reconfigure-home
(string-append guix-home
@@ -78,7 +78,7 @@
"sudo guix system reconfigure ")
(define system-configuration
- "system-configuration.scm")
+ "system-configuration.scm ")
(define reconfigure-system
(string-append guix-system
@@ -107,9 +107,9 @@
reconfigure-home-))
(define home-aliases
- `(("grep" . "grep --color=auto")
- ("ll" . "ls -l")
- ("ls" . "ls -p --color=auto")
+ `(("grep" . "grep --color=auto ")
+ ("ll" . "ls -l ")
+ ("ls" . "ls -p --color=auto ")
("pull-guix" . ,pull-guix)
("pull-guix-" . ,pull-guix-)
("reconfigure-home" . ,reconfigure-home)