diff --git a/modules/home/jujutsu/default.nix b/modules/home/jujutsu/default.nix index 166e808..5cb0597 100644 --- a/modules/home/jujutsu/default.nix +++ b/modules/home/jujutsu/default.nix @@ -50,10 +50,6 @@ in # * `root`: `jj workspace root` (barely necessary then) }; - git = { - subprocess = true; # FIXME: probably new default starting at 0.27 - }; - # FIXME: `extraConfig` equivalents... # FIXME: from ma_9's config, plus my own stuff