nixos: system: packages: fix deprecated config

This commit is contained in:
Bruno BELANYI 2024-07-20 22:57:28 +01:00
parent 11f03e323c
commit 56ca2a614c

View file

@ -19,7 +19,10 @@ in
];
programs = {
vim.defaultEditor = true; # Modal editing is life
vim = {
enable = true;
defaultEditor = true; # Modal editing is life
};
zsh = {
enable = true; # Use integrations