Adding jujutsu config

This commit is contained in:
Anthony Cicchetti 2024-07-07 11:11:54 -04:00
parent 75ee8c9cf1
commit be706005eb

View file

@ -72,6 +72,12 @@ in {
};
"erdtree/.erdtreerc".source = ./${repo_root}/erdtree/erdtreerc;
"kitty/kitty.conf".source = ./${repo_root}/kitty/kitty.conf;
"jj/config.toml".source = (pkgs.formats.toml {}).generate "jujutsu-config" {
user = {
name = "Anthony Cicchetti";
email = "anthony@anthonycicchetti.com";
};
};
"lsd/config.yaml".source = ./${repo_root}/lsd/config.yaml;
"neovide/config.toml".source = (pkgs.formats.toml {}).generate "neovide-config" {
font = {