Use wrapper for bandwhich
This commit is contained in:
parent
510242e028
commit
2391be36a8
|
@ -3,7 +3,6 @@
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# top like tools
|
# top like tools
|
||||||
bandwhich # network monitor
|
|
||||||
bmon # network monitor
|
bmon # network monitor
|
||||||
gotop # fancy top
|
gotop # fancy top
|
||||||
iotop # top for io
|
iotop # top for io
|
||||||
|
@ -100,7 +99,10 @@
|
||||||
gitAndTools.pre-commit # pre-commit hook for git
|
gitAndTools.pre-commit # pre-commit hook for git
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.adb.enable = true;
|
programs = {
|
||||||
|
adb.enable = true;
|
||||||
|
bandwhich.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
environment.pathsToLink = [
|
environment.pathsToLink = [
|
||||||
"/share/nix-direnv"
|
"/share/nix-direnv"
|
||||||
|
|
Loading…
Reference in a new issue