jj: use upstream main w/git subprocess support

This commit is contained in:
Daniel Lundin 2025-02-03 15:32:23 +01:00
parent 44bf38a484
commit 52789b71e7
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
3 changed files with 8 additions and 3 deletions
home

View file

@ -1,4 +1,9 @@
{ config, inputs, pkgs, ... }:
{
config,
inputs,
pkgs,
...
}:
{
home.packages = with pkgs; [

View file

@ -43,7 +43,6 @@ in
programs.helix = {
enable = true;
# extraPackages = [];
};
programs.jujutsu = {
@ -62,6 +61,7 @@ in
git = {
push-bookmark-prefix = "dln/push-";
subprocess = true;
};
ui = {