aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-04-24 12:46:53 -0300
committerEuAndreh <eu@euandre.org>2022-04-24 12:46:53 -0300
commit9ab320e0cb4622d712b5bd64519f460ce1d9ce59 (patch)
tree65d60601abcbd146725ad961eba5ffa33f5e2a38
parent~/.config/guix/home.scm: Add day-to-day packages (diff)
downloaddotfiles-9ab320e0cb4622d712b5bd64519f460ce1d9ce59.tar.gz
dotfiles-9ab320e0cb4622d712b5bd64519f460ce1d9ce59.tar.xz
~/.config/guix/home.scm: Point ~/.bashrc to ~/.config/bash/rc
-rw-r--r--.config/guix/home.scm2
1 files changed, 1 insertions, 1 deletions
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)))))