fix: move jjconfig also into home

This commit is contained in:
Kat Inskip 2026-01-30 21:38:00 -08:00
parent e0f2177863
commit 7f9855f939
2 changed files with 8 additions and 1 deletions

5
files/jjconfig.toml Normal file
View file

@ -0,0 +1,5 @@
"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"
[user]
name = "Kat Inskip"
email = "kat@inskip.me"

View file

@ -50,7 +50,9 @@
(service home-xdg-configuration-files-service-type
`(("gdb/gdbinit" ,%default-gdbinit)
("nano/nanorc" ,%default-nanorc))))
("nano/nanorc" ,%default-nanorc)
("jj/config.toml", (local-file "files/jjconfig.toml"))
)))
%base-home-services))))