index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
applications
/
cli
/
fd
/
default.nix
blob: ba676b11ba095337b25eba7502cbe98998e2db47 (
plain
) (
blame
)
1
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
fd
];
}