1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 18:47:44 +00:00

treewide: update flake lock

This commit is contained in:
RGBCube 2025-06-07 17:59:34 +03:00
parent eec914e613
commit 0eb7eb7475
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
5 changed files with 98 additions and 61 deletions

View file

@ -70,8 +70,8 @@ in {
ui.default-command = "ls";
ui.diff-editor = ":builtin";
ui.diff.tool = [ "difft" "--color" "always" "$left" "$right" ];
ui.diff-editor = ":builtin";
ui.diff-formatter = [ "difft" "--color" "always" "$left" "$right" ];
ui.conflict-marker-style = "snapshot";
ui.graph.style = if config.theme.cornerRadius > 0 then "curved" else "square";
@ -90,7 +90,6 @@ in {
git.auto-local-bookmark = true;
git.push-bookmark-prefix = "change-rgbcube-";
git.subprocess = true;
git.fetch = [ "origin" "upstream" "rad" ];
git.push = "origin";