fix: jj-config

This commit is contained in:
Kat Inskip 2026-01-30 23:24:50 -08:00
parent 1ff3056d42
commit c7fc40674f
3 changed files with 13 additions and 2 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
home:
guix home reconfigure ./home.scm
guix:
guix system reconfigure ./config.scm

5
files/jj-config.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

@ -57,7 +57,8 @@
(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/jj-config.toml")))))
%base-home-services))))