summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix
index 5a7dc03..23fbead 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -216,6 +216,11 @@ in {
};
};
+ jujutsu = {
+ enable = true;
+ enableBashIntegration = true;
+ };
+
tmux = {
enable = true;
aggressiveResize = false;