forked from Deuxfleurs/nixcfg
Add common terminfo for more terminal support
This commit is contained in:
parent
8d475b2ee6
commit
ba37244447
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ SystemMaxUse=1G
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Enable support for all terminal emulators such as urxvt
|
||||||
|
environment.enableAllTerminfo = true;
|
||||||
|
|
||||||
programs.vim.defaultEditor = true;
|
programs.vim.defaultEditor = true;
|
||||||
|
|
||||||
# Enable network time
|
# Enable network time
|
||||||
|
|
Loading…
Reference in a new issue