nixos config: tweak
This commit is contained in:
parent
0051891ff0
commit
40da5ccca2
1 changed files with 4 additions and 1 deletions
|
@ -68,7 +68,10 @@ SystemMaxUse=1G
|
|||
# Enable support for all terminal emulators such as urxvt
|
||||
environment.enableAllTerminfo = true;
|
||||
|
||||
programs.vim.defaultEditor = true;
|
||||
programs.vim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
# Enable network time
|
||||
services.ntp.enable = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue