Set EDITOR to vim
This commit is contained in:
parent
375a38f854
commit
8bccfef945
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue