home-manager/common: add iotop/iftop

This commit is contained in:
Luke Granger-Brown 2021-02-14 21:40:41 +00:00
parent caea9c19c4
commit 5018ba70cd
2 changed files with 3 additions and 3 deletions

View file

@ -38,8 +38,6 @@ in
'';
home.packages = lib.mkAfter (with pkgs; ([
iftop
htop
go
gopls
goimports
@ -47,6 +45,5 @@ in
youtube-dl
] ++ lib.optionals isLinux [
depot.nix.pkgs.copybara
iotop
]));
}

View file

@ -79,9 +79,12 @@ in
exec "${home-manager}/bin/home-manager" -f "${config.home.homeDirectory}/depot/home-manager-ext.nix" -A "${configName}" "$@"
'')
rxvt_unicode.terminfo tmux rsync libarchive tcpdump restic
iftop htop
(mercurial.overridePythonAttrs (origAttrs: {
propagatedBuildInputs = [python3Packages.hg-evolve depot.nix.pkgs.hg-git];
}))
] ++ lib.optionals isLinux [
iotop
]));
home.stateVersion = "20.09";