home: zsh: add fzf integration
This commit is contained in:
parent
05c8cbc548
commit
90f2a7f274
|
@ -24,4 +24,10 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
# Fuzzy-wuzzy
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue