From 9ab320e0cb4622d712b5bd64519f460ce1d9ce59 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 24 Apr 2022 12:46:53 -0300 Subject: ~/.config/guix/home.scm: Point ~/.bashrc to ~/.config/bash/rc --- .config/guix/home.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/guix/home.scm b/.config/guix/home.scm index 6d3b840..607a059 100644 --- a/.config/guix/home.scm +++ b/.config/guix/home.scm @@ -148,5 +148,5 @@ (list (service home-bash-service-type (home-bash-configuration (bashrc - (list (local-file (xdg-config-home "bash/bashrc.sh") "bashrc.sh"))))) + (list (plain-file "bashrc.sh" ". $XDG_CONFIG_HOME/bash/rc"))))) (simple-service 'config-files home-files-service-type (dot-config))))) -- cgit v1.2.3