mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-08 13:33:02 -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; [
|
packages = with pkgs; [
|
||||||
# CLI ONLY
|
# CLI ONLY
|
||||||
unixtools.xxd
|
unixtools.xxd
|
||||||
cloc
|
cloc
|
||||||
p7zip
|
p7zip
|
||||||
dig
|
dig
|
||||||
bat
|
bat
|
||||||
|
@ -27,7 +27,17 @@
|
||||||
"$HOME/.local/bin"
|
"$HOME/.local/bin"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# FIXME: this errors
|
programs = {
|
||||||
|
fzf = {
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
zsh = {
|
||||||
|
initExtra = ''
|
||||||
|
eval $(fzf --zsh)
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
|
# FIXME: this errors
|
||||||
# programs = {
|
# programs = {
|
||||||
# zsh = {
|
# zsh = {
|
||||||
# # patchelf doesnt provide completions by default
|
# # patchelf doesnt provide completions by default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue