From 7f9855f939fdf6565b4afb6b52a58745f7fd45ae Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Fri, 30 Jan 2026 21:38:00 -0800 Subject: [PATCH] fix: move jjconfig also into home --- files/jjconfig.toml | 5 +++++ home.scm | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 files/jjconfig.toml diff --git a/files/jjconfig.toml b/files/jjconfig.toml new file mode 100644 index 0000000..9a1ad0f --- /dev/null +++ b/files/jjconfig.toml @@ -0,0 +1,5 @@ +"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json" + +[user] +name = "Kat Inskip" +email = "kat@inskip.me" diff --git a/home.scm b/home.scm index 1c05942..d6a882a 100644 --- a/home.scm +++ b/home.scm @@ -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))))