feat(fd): create package module
This commit is contained in:
parent
4bb49ae510
commit
a729f8b6ea
3 changed files with 7 additions and 1 deletions
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;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue