tcptrack is Linux only
This commit is contained in:
committed by
greg-compass
parent
a61b23c5f4
commit
173b24844d
+27
-23
@@ -31,28 +31,32 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Base packages that need to be in all my hosts
|
# Base packages that need to be in all my hosts
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; lib.mkMerge [
|
||||||
agenix
|
[
|
||||||
android-file-transfer
|
agenix
|
||||||
bitwarden-cli
|
android-file-transfer
|
||||||
bmon
|
bitwarden-cli
|
||||||
configure_aws_creds
|
bmon
|
||||||
diffutils
|
configure_aws_creds
|
||||||
git
|
diffutils
|
||||||
gh
|
git
|
||||||
gnupatch
|
gh
|
||||||
gregpy
|
gnupatch
|
||||||
findutils
|
gregpy
|
||||||
file
|
findutils
|
||||||
hms # My own home manager switcher
|
file
|
||||||
htop
|
hms # My own home manager switcher
|
||||||
killall
|
htop
|
||||||
nano
|
killall
|
||||||
pciutils
|
nano
|
||||||
pwgen
|
pciutils
|
||||||
tcptrack
|
pwgen
|
||||||
transcrypt
|
transcrypt
|
||||||
unzip
|
unzip
|
||||||
wget
|
wget
|
||||||
|
]
|
||||||
|
(lib.optional pkgs.stdenv.isLinux [
|
||||||
|
tcptrack
|
||||||
|
])
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user