Commit graph

5 commits

Author SHA1 Message Date
61184c4c85 home: jujutsu: explicitly create 'conf.d'
This is to serve as a reminder of _how_ to add a local configuration
file.
2025-12-11 21:26:59 +01:00
a704413c3a home: jj: use verbose draft commit messages 2025-12-11 21:26:59 +01:00
71b522e48c 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).
2025-12-11 21:26:59 +01:00
49c2a78d5f 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.
2025-12-11 21:26:59 +01:00
8c5df1f88a home: add jujutsu
This is a very basic configuration, still missing most bells and
whistles.
2025-12-11 21:26:59 +01:00