nixos: system: packages: fix deprecated config

This commit is contained in:
Bruno BELANYI 2024-07-20 22:57:28 +01:00
parent d04de7d213
commit 4de7886950

View file

@ -14,12 +14,14 @@ in
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
vim
wget
];
programs = {
vim.defaultEditor = true; # Modal editing is life
vim = {
enable = true;
defaultEditor = true; # Modal editing is life
};
zsh = {
enable = true; # Use integrations