Compare commits

..

1 commit

Author SHA1 Message Date
b08d2ffe38
chore(deps): lock file maintenance
All checks were successful
/ check (push) Successful in 9s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Successful in 14s
/ build-vm (push) Successful in 21s
/ report-size (push) Successful in 1m14s
2025-05-13 00:30:15 +02:00
2 changed files with 1 additions and 14 deletions

View file

@ -123,21 +123,9 @@ in
# Jujutsu (alternative DVCS (git-compatible))
jujutsu = {
enable = true;
# Use the more up to date version of jj
package = pkgs.unstable.jujutsu;
settings = {
ui = lib.mkMerge [
# If `bat` is available use it as the pager
(lib.mkIf config.programs.bat.enable { pager = "bat"; })
# if hunk.nvim is enabled use it as a diff editor
(lib.mkIf config.programs.nixvim.plugins.hunk.enable {
diff-editor = [
"nvim"
"-c"
"DiffEditor $left $right $output"
];
})
];
ui.pager = "bat";
fix.tools = builtins.mapAttrs (tool: cmd: jjFormatters.${tool} cmd) nvimFormatters;
# mimic git commit --verbose by adding a diff
templates.draft_commit_description = ''

View file

@ -174,7 +174,6 @@ in
mode = "virtualtext";
};
};
hunk.enable = true;
otter.enable = true;
};
}