Compare commits

..

16 commits

Author SHA1 Message Date
9c4c141c87 WIP: ADD NOTE FOR FUTURE SELF
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2026-02-20 14:13:06 +00:00
808066133d home: jujutsu: set 'ui.merge-editor'
Same reason as `ui.diff-editor`.
2026-02-20 14:13:06 +00:00
7e1963e520 home: jujutsu: set 'ui.diff-editor'
Otherwise it keeps nagging me with a hint to set it.

I'm not a big fan of this UI, I wish I add something closer to Git's
patch interface.
2026-02-20 14:13:06 +00:00
ec2da48bde homes: mousqueton: use system jujutsu
They have a custom `jj` with Piper CitC integration.
2026-02-20 14:13:06 +00:00
6aa66f2396 homes: bazin: use system jujutsu
They have a custom `jj` with Piper CitC integration.
2026-02-20 14:13:06 +00:00
63f2a0101c home: jujutsu: simplify 'jj jj' alias 2026-02-20 14:13:06 +00:00
371b5f9fcf home: jujutsu: explicitly create 'conf.d'
This is to serve as a reminder of _how_ to add a local configuration
file.
2026-02-20 14:13:06 +00:00
ba04305e93 home: jj: use verbose draft commit messages 2026-02-20 14:13:06 +00:00
fc4d6ae020 home: jujutsu: set 'ui.pager'
The v0.36 release stopped honoring `$PAGER`. So enforce it in the
configuration (as I don't like their default pager settings).

Ideally this would be `mkIf`ed behind `my.home.pager.enable`, however it
looks like this does not work with the TOML type (does not seem to do
any `mkMerge`-ish logic).
2026-02-20 14:13:06 +00:00
ebe522fee1 home: jujutsu: set 'ui.diff-formatter'
I *still* don't really like the built-in formatting, but it's more about
its highlighting than its syntax.

Given that I default to using `delta` anyways, it doesn't _really_
matter as I don't see the default output.
2026-02-20 14:13:06 +00:00
7a945a019d home: delta: add 'jujutsu.enable' 2026-02-20 14:13:06 +00:00
99cfe76169 home: add jujutsu
This is a very basic configuration, still missing most bells and
whistles.
2026-02-20 14:13:06 +00:00
54f06ca027 pkgs: diff-flake: rename 'host' to 'nixos'
To avoid mixing them up with Nix-Darwin and System Manager hosts.
2026-02-20 14:13:06 +00:00
9aec35133a pkgs: diff-flake: add system-manager support 2026-02-20 14:13:06 +00:00
d17ee45d0a pkgs: diff-flake: add nix-darwin support 2026-02-20 14:13:06 +00:00
8d1a315701 home: git: fix Python env ignore 2026-02-20 14:13:06 +00:00

View file

@ -5,7 +5,7 @@
*.out
# Python files
env/
.venv/
__pycache__/
*.py[cod]
.mypy_cache/