From 5ef6684df4f7ed3677eefc0f6cc6ca62768a6658 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Wed, 23 Mar 2022 13:39:13 +0000 Subject: [PATCH] home-manager/common: Add tmux and wget --- home-manager/modules/common.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix index 7ec206e..d83c156 100644 --- a/home-manager/modules/common.nix +++ b/home-manager/modules/common.nix @@ -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 = {