disabled netatop for the time being becaus of compilation errors

This commit is contained in:
mc-fucker 2025-11-19 09:52:36 +01:00
parent c1431853d5
commit 31c31ee80f

View file

@ -35,7 +35,7 @@ in
zsh = import ./zsh.nix;
atop = {
enable = lib.mkDefault true;
netatop.enable = lib.mkDefault true;
#netatop.enable = lib.mkDefault true;
};
vim.enable = true; # disabled until nixos 24.11
vim.defaultEditor = true;