fix: jj-config
This commit is contained in:
parent
1ff3056d42
commit
c7fc40674f
3 changed files with 13 additions and 2 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
home:
|
||||
guix home reconfigure ./home.scm
|
||||
|
||||
guix:
|
||||
guix system reconfigure ./config.scm
|
||||
5
files/jj-config.toml
Normal file
5
files/jj-config.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"
|
||||
|
||||
[user]
|
||||
name = "Kat Inskip"
|
||||
email = "kat@inskip.me"
|
||||
3
home.scm
3
home.scm
|
|
@ -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))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue