Compare commits

..

10 commits

Author SHA1 Message Date
410effd33a WIP: ADD NOTE FOR FUTURE SELF
Some checks failed
ci/woodpecker/push/check Pipeline failed
2025-10-20 15:09:00 +00:00
41bf5a48a2 homes: bazin: use system jujutsu
They have a custom `jj` with Piper CitC integration.
2025-10-20 15:08:45 +00:00
42033d52bb home: jujutsu: simplify 'jj jj' alias 2025-10-20 15:08:45 +00:00
87cc82effb home: jujutsu: explicitly create 'conf.d'
This is to serve as a reminder of _how_ to add a local configuration
file.
2025-10-20 15:08:45 +00:00
f6d236eafc home: jj: use verbose draft commit messages 2025-10-20 15:08:45 +00:00
667e2da6e1 home: delta: add 'jujutsu.enable' 2025-10-20 15:08:45 +00:00
90b73ebe79 home: add jujutsu
This is a very basic configuration, still missing most bells and
whistles.
2025-10-20 15:08:45 +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
2 changed files with 3 additions and 7 deletions

6
flake.lock generated
View file

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

View file

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