hm cleanup

This commit is contained in:
iofq 2025-06-02 01:21:31 -05:00
parent 4eedb65822
commit 5d7ab7c414
No known key found for this signature in database
GPG key ID: ECF3B2DA38BF7183
18 changed files with 534 additions and 328 deletions

View file

@ -19,9 +19,14 @@
};
extraConfig.pull.rebase = true;
};
home.packages = [ pkgs.watchman ];
programs.jujutsu = {
enable = true;
settings = {
core = {
fsmonitor = "watchman";
};
user = {
email = "cjriddz@protonmail.com";
name = "iofq";
@ -29,12 +34,21 @@
operation = {
username = "iofq";
};
signing = {
behavior = "own";
backend = "gpg";
key = "cjriddz@protonmail.com";
};
ui = {
default-command = ["log"];
conflict-marker-style = "git";
merge-editor = "vimdiff";
diff-editor = "diffview";
diff.format = "git";
paginate = "never";
movement = {
edit = true;
};
};
merge-tools.vimdiff = {
program = "nvim";
@ -65,8 +79,6 @@
};
aliases = {
tug = ["bookmark" "move" "--from" "heads(::@- & bookmarks())" "--to" "@"];
ne = ["next" "--edit"];
be = ["edit" "-r" "@-"];
};
};
};