EDITOR set in a better spot

The env vars service only runs on login
This commit is contained in:
Leonora Tindall 2024-08-18 00:36:13 -05:00
parent 229c0fb71b
commit 92f73f3dfe
1 changed files with 2 additions and 2 deletions

View File

@ -37,6 +37,8 @@
(services (list
(service home-zsh-service-type (home-zsh-configuration
(environment-variables
`(("EDITOR" . ,(file-append vim "/bin/vim"))))
(zshrc (list
(mixed-text-file "basic-config"
"autoload -Uz compinit promptinit; compinit; promptinit\n"
@ -52,8 +54,6 @@
))))
(service home-syncthing-service-type
(for-home (syncthing-configuration (user "nora"))))
(simple-service 'editor home-environment-variables-service-type
`(("EDITOR" . ,(file-append vim "/bin/vim"))))
(simple-service 'dotfiles home-files-service-type
(list
`(".gitconfig" ,(local-file "./data/gitconfig"))