modules: packages: make 'vim' default editor

This commit is contained in:
Bruno BELANYI 2021-02-10 23:51:54 +00:00
parent 340906d6b2
commit 0732b3a0bd
1 changed files with 2 additions and 0 deletions

View File

@ -12,5 +12,7 @@
wget
];
programs.vim.defaultEditor = true; # Modal editing is life
nixpkgs.config.allowUnfree = true; # Because I don't care *that* much.
}