From 6e35b13cc5c9a17d5a60001176fc99907e9f6c3a Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 22 Oct 2022 18:13:27 +0200 Subject: Fix xrdb service paths --- home-configuration.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home-configuration.scm') 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)) -- cgit v1.2.3