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"
|
||||
"delta"
|
||||
"eza"
|
||||
"fd"
|
||||
"fish"
|
||||
"gh"
|
||||
"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
|
||||
duf # df
|
||||
epy # ebook reading
|
||||
fd # find
|
||||
fselect # find with sql syntax
|
||||
fx # json processor and viewer
|
||||
fzf # fuzzy finder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue