cleanup
This commit is contained in:
parent
bb6db473a1
commit
da44ce7fa9
2 changed files with 13 additions and 13 deletions
|
@ -171,9 +171,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
nerdFontsVersion = "3";
|
nerdFontsVersion = "3";
|
||||||
git = {
|
# git = {
|
||||||
paging.pager = "delta --paging=never";
|
# paging.pager = "delta --paging=never";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
jq.enable = true;
|
jq.enable = true;
|
||||||
|
|
|
@ -221,16 +221,16 @@
|
||||||
{ name = "*"; run = "file-extra-metadata"; }
|
{ name = "*"; run = "file-extra-metadata"; }
|
||||||
];
|
];
|
||||||
prepend_fetchers = [
|
prepend_fetchers = [
|
||||||
{
|
# {
|
||||||
id = "git";
|
# id = "git";
|
||||||
name = "*";
|
# name = "*";
|
||||||
run = "git";
|
# run = "git";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
id = "git";
|
# id = "git";
|
||||||
name = "*/";
|
# name = "*/";
|
||||||
run = "git";
|
# run = "git";
|
||||||
}
|
# }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
tasks = {
|
tasks = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue