Compare commits

..

11 commits

Author SHA1 Message Date
6ba5ad7988 WIP: ADD NOTE FOR FUTURE SELF
Some checks failed
ci/woodpecker/push/check Pipeline failed
2025-10-20 13:55:57 +00:00
134ccd1805 homes: mousqueton: use system jujutsu
They have a custom `jj` with Piper CitC integration.
2025-10-20 13:55:29 +00:00
9b9c611097 homes: bazin: use system jujutsu
They have a custom `jj` with Piper CitC integration.
2025-10-20 13:55:29 +00:00
3d975fbed7 home: jujutsu: simplify 'jj jj' alias 2025-10-20 13:55:29 +00:00
4654c02625 home: jujutsu: explicitly create 'conf.d'
This is to serve as a reminder of _how_ to add a local configuration
file.
2025-10-20 13:55:29 +00:00
fcb4c7ff9e home: jj: use verbose draft commit messages 2025-10-20 13:55:29 +00:00
3992c862e9 home: delta: add 'jujutsu.enable' 2025-10-20 13:55:29 +00:00
332c94474c home: add jujutsu
This is a very basic configuration, still missing most bells and
whistles.
2025-10-20 10:48:48 +00:00
5b0e65040f home: delta: use upstream module
Some checks failed
ci/woodpecker/push/check Pipeline failed
2025-10-20 09:39:37 +00:00
4725911125 home: git: fix deprecated config 2025-10-20 09:39:37 +00:00
09cd8ed7b8 flake: bump inputs 2025-10-20 09:39:37 +00:00
2 changed files with 7 additions and 3 deletions

6
flake.lock generated
View file

@ -159,11 +159,11 @@
]
},
"locked": {
"lastModified": 1760969583,
"narHash": "sha256-vsf5mvR0xxK4GsfLx5bMJAQ4ysdrKymMIifNw+4TP7g=",
"lastModified": 1760929667,
"narHash": "sha256-nZh6uvc71nVNaf/y+wesnjwsmJ6IZZUnP2EzpZe48To=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "c9d758b500e53db5b74aa02d17dc45b65229e8e9",
"rev": "189c21cf879669008ccf06e78a553f17e88d8ef0",
"type": "github"
},
"original": {

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;