feat(fd): create package module
This commit is contained in:
parent
4bb49ae510
commit
a729f8b6ea
3 changed files with 7 additions and 1 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
"bottom"
|
"bottom"
|
||||||
"delta"
|
"delta"
|
||||||
"eza"
|
"eza"
|
||||||
|
"fd"
|
||||||
"fish"
|
"fish"
|
||||||
"gh"
|
"gh"
|
||||||
"git"
|
"git"
|
||||||
|
|
|
||||||
6
modules/home-manager/features/fd.nix
Normal file
6
modules/home-manager/features/fd.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
programs.fd = {
|
||||||
|
enable = true;
|
||||||
|
hidden = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -33,7 +33,6 @@
|
||||||
dua # du
|
dua # du
|
||||||
duf # df
|
duf # df
|
||||||
epy # ebook reading
|
epy # ebook reading
|
||||||
fd # find
|
|
||||||
fselect # find with sql syntax
|
fselect # find with sql syntax
|
||||||
fx # json processor and viewer
|
fx # json processor and viewer
|
||||||
fzf # fuzzy finder
|
fzf # fuzzy finder
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue