add bash_profie fallback
This commit is contained in:
parent
17fc27bfc9
commit
4e7e7bde5b
2 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
)))
|
||||
|
|
1
home/config/bash/bash_profile
Executable file
1
home/config/bash/bash_profile
Executable file
|
@ -0,0 +1 @@
|
|||
/run/current-system/profile/bin/zsh "$HOME/.config/zsh/.zprofile"
|
Loading…
Reference in a new issue