Compare commits

...

2 commits

Author SHA1 Message Date
af652656a4 homes: mousqueton: use system jujutsu
All checks were successful
ci/woodpecker/push/check Pipeline was successful
They have a custom `jj` with Piper CitC integration.
2025-10-14 11:42:48 +00:00
67b7baed5d homes: bazin: use system jujutsu
They have a custom `jj` with Piper CitC integration.
2025-10-14 11:42:48 +00:00
2 changed files with 8 additions and 0 deletions

View file

@ -22,6 +22,10 @@
package = pkgs.emptyDirectory;
};
jujutsu = {
package = pkgs.emptyDirectory;
};
tmux = {
# I use scripts that use the passthrough sequence often on this host
enablePassthrough = true;

View file

@ -25,6 +25,10 @@
package = pkgs.emptyDirectory;
};
jujutsu = {
package = pkgs.emptyDirectory;
};
tmux = {
# I use scripts that use the passthrough sequence often on this host
enablePassthrough = true;