feat(hand7s): fd init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
fb64c6123b
commit
a11c8c3488
1 changed files with 13 additions and 0 deletions
13
hand7s/programs/fd.nix
Normal file
13
hand7s/programs/fd.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
_: {
|
||||||
|
programs = {
|
||||||
|
fd = {
|
||||||
|
enable = true;
|
||||||
|
hidden = false;
|
||||||
|
extraOptions = [
|
||||||
|
"--no-ignore"
|
||||||
|
"--absolute-path"
|
||||||
|
"--show-errors"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue