From 11ab8452f88d90db6082340b299f1ea950f12b34 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 11 Nov 2024 11:25:28 -0500 Subject: disable jujutsu, insecure --- lib/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- cgit v1.2.3