nixos: system: packages: fix deprecated config
This commit is contained in:
parent
11f03e323c
commit
56ca2a614c
|
@ -19,7 +19,10 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
vim.defaultEditor = true; # Modal editing is life
|
vim = {
|
||||||
|
enable = true;
|
||||||
|
defaultEditor = true; # Modal editing is life
|
||||||
|
};
|
||||||
|
|
||||||
zsh = {
|
zsh = {
|
||||||
enable = true; # Use integrations
|
enable = true; # Use integrations
|
||||||
|
|
Loading…
Reference in a new issue