home: zsh: add fzf integration
This commit is contained in:
parent
05c8cbc548
commit
90f2a7f274
1 changed files with 6 additions and 0 deletions
|
|
@ -24,4 +24,10 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
# Fuzzy-wuzzy
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue