Set EDITOR to vim

This commit is contained in:
Leonora Tindall 2024-08-18 00:02:55 -05:00
parent 375a38f854
commit 8bccfef945
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@
))))
(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"))