home-manager/common: add iotop/iftop
This commit is contained in:
parent
caea9c19c4
commit
5018ba70cd
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
]));
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue