about summary refs log tree commit diff
path: root/guix/home.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/home.scm')
-rw-r--r--guix/home.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/guix/home.scm b/guix/home.scm
index 0597ed5..e4a8c91 100644
--- a/guix/home.scm
+++ b/guix/home.scm
@@ -25,7 +25,12 @@
   (services
     (list (service home-bash-service-type
                    (home-bash-configuration
-                     (bashrc (list (local-file "bashrc" "bashrc")))))
+                     (bashrc (list (local-file
+                                     (string-join
+                                       (list (dirname (current-filename))
+                                             "bashrc")
+                                       "/")
+                                     "bashrc")))))
           (simple-service 'more-home-environment-variables-service
                           home-environment-variables-service-type
                           `(("SHELL" . #t)