refactor(homeModules/cli): extract fzf to finder module=

This commit is contained in:
Mohammad Rafiq 2025-05-30 12:21:01 +08:00
parent 42cfd252f8
commit 9b6a92f9db
No known key found for this signature in database
3 changed files with 13 additions and 4 deletions

View file

@ -2,6 +2,7 @@
{
cli = {
shell = "zsh";
finder = "fzf";
screensaver.enable = true;
screensaver.timeout = "100";
screensaver.command = "cbonsai -S -w 0.1 -L 40 -M 2 -b 2";
@ -39,9 +40,5 @@
enable = true;
nix-direnv.enable = true;
};
fzf = {
enable = true;
enableZshIntegration = true;
};
};
}