aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home-configuration.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index 21758522..521b5794 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -210,8 +210,8 @@ replacement spec (to which `regexp-substitute/global' is applied)."
(start #~(lambda _
;; TODO: put these files in ~/.config.
(invoke #$(package-binary "xrdb") "-merge"
- (string-append (getenv "HOME") ".Xdefaults")
- (string-append (getenv "HOME") ".Xresources")))))
+ (string-append (getenv "HOME") "/.Xdefaults")
+ (string-append (getenv "HOME") "/.Xresources")))))
(shepherd-service
(documentation "Set up X displays on login.")
(provision '(xorg-setup))