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; ([
|
home.packages = lib.mkAfter (with pkgs; ([
|
||||||
iftop
|
|
||||||
htop
|
|
||||||
go
|
go
|
||||||
gopls
|
gopls
|
||||||
goimports
|
goimports
|
||||||
|
@ -47,6 +45,5 @@ in
|
||||||
youtube-dl
|
youtube-dl
|
||||||
] ++ lib.optionals isLinux [
|
] ++ lib.optionals isLinux [
|
||||||
depot.nix.pkgs.copybara
|
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}" "$@"
|
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
|
rxvt_unicode.terminfo tmux rsync libarchive tcpdump restic
|
||||||
|
iftop htop
|
||||||
(mercurial.overridePythonAttrs (origAttrs: {
|
(mercurial.overridePythonAttrs (origAttrs: {
|
||||||
propagatedBuildInputs = [python3Packages.hg-evolve depot.nix.pkgs.hg-git];
|
propagatedBuildInputs = [python3Packages.hg-evolve depot.nix.pkgs.hg-git];
|
||||||
}))
|
}))
|
||||||
|
] ++ lib.optionals isLinux [
|
||||||
|
iotop
|
||||||
]));
|
]));
|
||||||
|
|
||||||
home.stateVersion = "20.09";
|
home.stateVersion = "20.09";
|
||||||
|
|
Loading…
Reference in a new issue