HPCesia's Git Repos
/
nix-config
Code
Branches
Tags
Commits
main
nix-config
/
modules
/
core
/
tools
/
fzf.nix
Top
1
{
2
flake
.
modules
.
homeManager
.
core
=
_
:
{
3
programs
.
fzf
=
{
4
enable
=
true
;
5
}
;
6
}
;
7
}