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
/
cli
/
nnn
/
default.nix
blob: 06fa7c9d6df5d12e3787927a234cfe7efd160607 (
plain
) (
blame
)
1
2
3
{
pkgs
,
...
}:
{
programs
.
nnn
.
enable
=
true
;
}