Formatting, removing duplicate config definition
This commit is contained in:
parent
be706005eb
commit
4dcccd888b
2 changed files with 6 additions and 12 deletions
|
@ -65,13 +65,13 @@ in {
|
||||||
jujutsu = {
|
jujutsu = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
user = {
|
user = {
|
||||||
name = "Anthony Cicchetti";
|
name = "Anthony Cicchetti";
|
||||||
email = "anthony@anthonycicchetti.com";
|
email = "anthony@anthonycicchetti.com";
|
||||||
};
|
};
|
||||||
"default-command" = "log";
|
"default-command" = "log";
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
nix-index = {
|
nix-index = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -72,12 +72,6 @@ in {
|
||||||
};
|
};
|
||||||
"erdtree/.erdtreerc".source = ./${repo_root}/erdtree/erdtreerc;
|
"erdtree/.erdtreerc".source = ./${repo_root}/erdtree/erdtreerc;
|
||||||
"kitty/kitty.conf".source = ./${repo_root}/kitty/kitty.conf;
|
"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;
|
"lsd/config.yaml".source = ./${repo_root}/lsd/config.yaml;
|
||||||
"neovide/config.toml".source = (pkgs.formats.toml {}).generate "neovide-config" {
|
"neovide/config.toml".source = (pkgs.formats.toml {}).generate "neovide-config" {
|
||||||
font = {
|
font = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue