modules: packages: make 'vim' default editor
This commit is contained in:
parent
340906d6b2
commit
0732b3a0bd
|
@ -12,5 +12,7 @@
|
|||
wget
|
||||
];
|
||||
|
||||
programs.vim.defaultEditor = true; # Modal editing is life
|
||||
|
||||
nixpkgs.config.allowUnfree = true; # Because I don't care *that* much.
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue