diff options
author | Ben Sima <ben@bsima.me> | 2024-04-17 11:33:20 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-04-18 13:24:31 -0400 |
commit | 6acb5fe456cefd0a3e8046a2bab36abe89495d28 (patch) | |
tree | 7c53b51a2e4914811dacb23acc53aec877d70f38 /lib | |
parent | 9c0d4c944bc3392af84dbbd208f0a1177b84000a (diff) |
enable jujutsu
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 5 |
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; |