home-manager/common: Add tmux and wget
This commit is contained in:
parent
dcb6784ed4
commit
5ef6684df4
@ -91,6 +91,10 @@ in
|
|||||||
# We use custom behaviour for this
|
# We use custom behaviour for this
|
||||||
// listToAttrs (map (s: nameValuePair "enable${s}Integration" false) [ "Bash" "Zsh" "Fish" ]);
|
// listToAttrs (map (s: nameValuePair "enable${s}Integration" false) [ "Bash" "Zsh" "Fish" ]);
|
||||||
|
|
||||||
|
tmux = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
bash = {
|
bash = {
|
||||||
# This does not install bash but has home-manager control .bashrc and friends
|
# 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
|
# Bash has some really weird behaviour with non-login and non-interactive shells, particularly around which
|
||||||
@ -204,6 +208,7 @@ in
|
|||||||
tree
|
tree
|
||||||
iperf3
|
iperf3
|
||||||
mosh
|
mosh
|
||||||
|
wget
|
||||||
];
|
];
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
|
Loading…
Reference in New Issue
Block a user