remove relative paths to zsh configuration files
This commit is contained in:
parent
88991e6c7c
commit
2355d03f92
1 changed files with 1 additions and 10 deletions
|
@ -200,16 +200,7 @@
|
||||||
"source `guix locate fzf | grep bash_completion | awk -e '{print $2}'`"
|
"source `guix locate fzf | grep bash_completion | awk -e '{print $2}'`"
|
||||||
)))))))
|
)))))))
|
||||||
(service home-zsh-service-type
|
(service home-zsh-service-type
|
||||||
(home-zsh-configuration
|
(home-zsh-configuration))
|
||||||
(zshrc
|
|
||||||
(list
|
|
||||||
(local-file "../../../base/zshrc" "zshrc")))
|
|
||||||
(zlogin
|
|
||||||
(list
|
|
||||||
(local-file "../../../base/zlogin" "zlogin")))
|
|
||||||
(zprofile
|
|
||||||
(list
|
|
||||||
(local-file "../../../base/zprofile" "zprofile")))))
|
|
||||||
(simple-service 'variant-packages-service
|
(simple-service 'variant-packages-service
|
||||||
home-channels-service-type
|
home-channels-service-type
|
||||||
(list (channel
|
(list (channel
|
||||||
|
|
Loading…
Add table
Reference in a new issue