mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 13:03:03 -04:00
add fzf integration
This commit is contained in:
parent
99714482de
commit
f061b3475a
1 changed files with 12 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
packages = with pkgs; [
|
||||
# CLI ONLY
|
||||
unixtools.xxd
|
||||
cloc
|
||||
cloc
|
||||
p7zip
|
||||
dig
|
||||
bat
|
||||
|
@ -27,7 +27,17 @@
|
|||
"$HOME/.local/bin"
|
||||
];
|
||||
};
|
||||
# FIXME: this errors
|
||||
programs = {
|
||||
fzf = {
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
zsh = {
|
||||
initExtra = ''
|
||||
eval $(fzf --zsh)
|
||||
'';
|
||||
};
|
||||
};
|
||||
# FIXME: this errors
|
||||
# programs = {
|
||||
# zsh = {
|
||||
# # patchelf doesnt provide completions by default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue