home: zsh: add fzf integration

This commit is contained in:
Bruno BELANYI 2021-02-19 18:58:59 +00:00
parent 05c8cbc548
commit 90f2a7f274

View file

@ -24,4 +24,10 @@
}
];
};
# Fuzzy-wuzzy
programs.fzf = {
enable = true;
enableZshIntegration = true;
};
}