summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/base.scm3
-rwxr-xr-xhome/config/bash/bash_profile1
2 files changed, 3 insertions, 1 deletions
diff --git a/home/base.scm b/home/base.scm
index 64a03c8..c0edb74 100644
--- a/home/base.scm
+++ b/home/base.scm
@@ -69,7 +69,8 @@
(service home-files-service-type
`((".local/share/nvim/site/autoload/plug.vim" ,(file-append vim-plug "/share/vim/plug.vim"))
(".ssh/config" ,(local-file "config/ssh/config"))
- (".gitconfig" ,(local-file "config/git/gitconfig"))))
+ (".gitconfig" ,(local-file "config/git/gitconfig"))
+ (".bash_profile" ,(local-file "config/bash/bash_profile"))))
(service home-dbus-service-type)
)))
diff --git a/home/config/bash/bash_profile b/home/config/bash/bash_profile
new file mode 100755
index 0000000..85ecd73
--- /dev/null
+++ b/home/config/bash/bash_profile
@@ -0,0 +1 @@
+/run/current-system/profile/bin/zsh "$HOME/.config/zsh/.zprofile"