home-manager/common: Add tmux and wget

This commit is contained in:
Jack O'Sullivan 2022-03-23 13:39:13 +00:00
parent dcb6784ed4
commit 5ef6684df4

View File

@ -91,6 +91,10 @@ in
# We use custom behaviour for this
// listToAttrs (map (s: nameValuePair "enable${s}Integration" false) [ "Bash" "Zsh" "Fish" ]);
tmux = {
enable = true;
};
bash = {
# This does not install bash but has home-manager control .bashrc and friends
# Bash has some really weird behaviour with non-login and non-interactive shells, particularly around which
@ -204,6 +208,7 @@ in
tree
iperf3
mosh
wget
];
sessionVariables = {