Enable vim system-wide
This is required so it can be the default editor for all users that don’t set another editor.
This commit is contained in:
parent
9027c02036
commit
adc5fd4918
|
@ -84,7 +84,10 @@
|
|||
];
|
||||
|
||||
programs.nano.enable = false;
|
||||
programs.vim.defaultEditor = true;
|
||||
programs.vim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
# Clean temporary files on boot
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
|
|
Loading…
Reference in a new issue