1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

feat(comma): use fzf as picker

This commit is contained in:
Ryan Cao 2024-09-20 13:01:08 +08:00
parent 9cd5e745cd
commit 2305bad15f
Signed by: ryanccn
GPG key ID: 48C96B2057D71CB1
2 changed files with 6 additions and 0 deletions

View file

@ -44,6 +44,11 @@ in
programs.fzf = {
enable = true;
defaultOptions = [
"--height 40%"
"--layout reverse"
"--border"
];
catppuccin.enable = true;
};