updated fzf conf

This commit is contained in:
Rouven Seifert 2023-01-01 17:31:10 +01:00
parent e96ecb6470
commit faa8d9bcb0
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 9 additions and 4 deletions

View file

@ -0,0 +1,7 @@
{ config, ... }:
{
programs.fzf = {
enable = true;
tmux.enableShellIntegration = true;
};
}

View file

@ -13,9 +13,6 @@
okular okular
gimp gimp
# editing
fzf
powerline-fonts
gh # github cli tool gh # github cli tool
@ -48,13 +45,13 @@
pass pass
# misc # misc
fzf
neofetch neofetch
trash-cli trash-cli
spotify spotify
nixpkgs-fmt nixpkgs-fmt
virt-manager virt-manager
remmina remmina
powerline-fonts
# libs # libs
libyubikey libyubikey

View file

@ -20,6 +20,7 @@
set -g @dracula-show-powerline true set -g @dracula-show-powerline true
''; '';
} }
tmux-fzf
]; ];
}; };