9 lines
107 B
Nix
9 lines
107 B
Nix
|
{
|
||
|
config = {
|
||
|
programs.fzf = {
|
||
|
enable = true;
|
||
|
enableBashIntegration = true;
|
||
|
};
|
||
|
};
|
||
|
}
|