july rice

This commit is contained in:
iofq 2025-07-27 22:02:16 -05:00
parent 73f2340ac0
commit 89ab499605
10 changed files with 95 additions and 39 deletions

View file

@ -25,12 +25,12 @@
programs.jujutsu = {
enable = true;
settings = {
core = {
fsmonitor = "watchman";
watchman = {
register-snapshot-trigger = false;
};
};
# core = {
# fsmonitor = "watchman";
# watchman = {
# register-snapshot-trigger = true;
# };
# };
user = {
email = "cjriddz@protonmail.com";
name = "iofq";
@ -43,9 +43,6 @@
backend = "gpg";
key = "cjriddz@protonmail.com";
};
git = {
sign-on-push = true;
};
ui = {
default-command = [ "log" ];
conflict-marker-style = "git";