This commit is contained in:
Tao Tien 2025-10-08 18:29:19 -07:00
parent f27aa8b65c
commit 35d2762ab1
12 changed files with 3054 additions and 20 deletions

View file

@ -98,11 +98,15 @@ in {
};
ui = {
default-command = "log";
pager = "delta --syntax-theme gruvbox-dark";
diff-formatter = ":git";
};
fix.tools.alejandra = {
command = ["alejandra"];
patterns = ["glob:'**/*.nix'"];
};
# merge.tools.mergiraf = {
# }
};
# package = inputs.jujutsu.packages.${pkgs.system}.default;
};