Compare commits

...

1 commit

Author SHA1 Message Date
afecc541b0 WIP: use system jujutsu for work
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2025-10-14 11:38:26 +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;