Use vim for system and nvim for user

restic-rest-server
Simon Bruder 2020-11-07 19:14:21 +01:00
parent bb95194619
commit babdaef1f3
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 2 additions and 1 deletions

View File

@ -7,8 +7,8 @@
git-crypt # used to store secrets in configuration
git-lfs # not so essential, but required to clone config
htop
(neovim.override { vimAlias = true; })
tmux
vim
];
# Clean temporary files on boot

View File

@ -34,6 +34,7 @@ in
{
programs.neovim = {
enable = true;
vimAlias = true;
extraConfig = ''
" Basic display
set number