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

View file

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