added netatop kernel module

This commit is contained in:
mc-fucker 2021-11-06 19:00:02 +01:00
parent 52f4872545
commit 1f794ae0f4

View file

@ -29,6 +29,7 @@ in
zsh = import ./zsh.nix;
atop = {
enable = true;
netatop.enable = true;
};
vim.defaultEditor = true;
};