Compare commits

..

17 commits

Author SHA1 Message Date
00f1d190d9 WIP: ADD NOTE FOR FUTURE SELF
Some checks failed
ci/woodpecker/push/check Pipeline failed
2025-10-28 12:45:36 +00:00
1756ab30f3 WIP: 'enableJujutsuIntegration' note 2025-10-28 12:45:25 +00:00
76f209b5b6 home: jujutsu: set 'home.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.
2025-10-28 12:45:25 +00:00
e4236db7fd homes: mousqueton: use system jujutsu
They have a custom `jj` with Piper CitC integration.
2025-10-28 12:45:25 +00:00
2b56f81aae homes: bazin: use system jujutsu
They have a custom `jj` with Piper CitC integration.
2025-10-28 12:45:24 +00:00
4ddc4ae00c home: jujutsu: simplify 'jj jj' alias 2025-10-28 12:45:24 +00:00
f25f1c8f10 home: jujutsu: explicitly create 'conf.d'
This is to serve as a reminder of _how_ to add a local configuration
file.
2025-10-28 12:45:24 +00:00
9ca5ad32f8 home: jj: use verbose draft commit messages 2025-10-28 12:45:24 +00:00
44e6dcac68 home: delta: add 'jujutsu.enable' 2025-10-28 12:45:24 +00:00
7145a6b551 home: add jujutsu
This is a very basic configuration, still missing most bells and
whistles.
2025-10-28 12:45:24 +00:00
48d857171c home: vim: ftdetect: remove glsl
GLSL is now correctly detected starting with v0.11.

This reverts commit b8b64bed8e.
2025-10-28 12:45:24 +00:00
9aad65bd9c home: vim: do not set 'background' explicitly
Rely on the new behaviour from v0.10 which detects it more
intelligently.
2025-10-27 12:35:26 +00:00
f748b2aa97 home: zsh: add 'zsh-completion-sync'
Some checks failed
ci/woodpecker/push/check Pipeline failed
It's gated behind `completionSync.enable`, as it does make
entering/leaving direnv-enabled projects slower (due to the calls to
`compinit`).

This might need a bit more work to avoid multiple `compinit`s at shell
startup, will refine in the future if necessary.
2025-10-27 12:32:35 +00:00
d5d2c761d5 flake: bump inputs 2025-10-27 12:32:35 +00:00
0aee5e5da2 home: delta: use upstream module
Some checks failed
ci/woodpecker/push/check Pipeline failed
2025-10-20 15:08:45 +00:00
9421d79dc0 home: git: fix deprecated config 2025-10-20 15:08:45 +00:00
344c9b1a54 flake: bump inputs 2025-10-20 15:08:45 +00:00

View file

@ -39,7 +39,7 @@ in
my.services.backup = {
paths = [
(lib.removePrefix "file://" config.services.homebox.settings.HBOX_STORAGE_CONN_STRING)
config.services.homebox.settings.HBOX_STORAGE_DATA
];
};