summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix
index 7177359..325810f 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -267,7 +267,7 @@ in {
};
programs.jujutsu = {
- enable = true;
+ enable = false; # marked as insecure
};
programs.tmux = {