feat: fzf, tmux plugins, neovim config cleanup 🎨

This commit is contained in:
DannyDannyDanny 2025-07-04 16:27:14 +00:00
parent a641864365
commit 1b31332c12
3 changed files with 4 additions and 1 deletions

View file

@ -81,6 +81,7 @@
neofetch # system info
btop # resource monitor
tldr # community alternative to man
fzf # fuzzy finder
# gimp # bloat
# blender # bloat

View file

@ -4,7 +4,6 @@
programs.neovim = {
enable = true;
defaultEditor = true;
# package = pkgs.neovim;
configure = {
customRC = ''
set title

View file

@ -48,7 +48,10 @@
# setenv -g SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock
'';
plugins = [
# pkgs.tmuxPlugins.tmux-powerline # status bar
pkgs.tmuxPlugins.catppuccin
pkgs.tmuxPlugins.tmux-fzf # search tmux commands (prefix + F)
pkgs.tmuxPlugins.extrakto # fuzzyfind text history (prefix + tab)
];
};
}