Move fzf configuration
All checks were successful
/ check (push) Successful in 1m36s

This commit is contained in:
Oliver Davies 2025-07-25 22:15:21 +01:00
parent ccbe21a5c4
commit 96b467b7ed
7 changed files with 11 additions and 27 deletions

6
modules2/fzf/enable.nix Normal file
View file

@ -0,0 +1,6 @@
{
flake.modules.homeManager.base.programs.fzf = {
enable = true;
enableZshIntegration = true;
};
}