home: add fzf and other modern versions of classic commands

This commit is contained in:
Fabian Montero 2025-09-13 02:03:48 -06:00
parent f9a6d798ea
commit 4d3b5f40af
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3
2 changed files with 10 additions and 0 deletions

View file

@ -21,19 +21,23 @@ in {
packages = with pkgs; [
calc
dysk
fd
file
fzf
gcc
htop
killall
man-pages
man-pages-posix
pv
ripgrep
tree
units
unzip
vim
wl-clipboard
zip
zoxide
];
keyboard = {
layout = "us";

View file

@ -107,6 +107,12 @@ in {
set -g status-justify left
'';
};
fzf = {
enable = true;
enableZshIntegration = true;
tmux.enableShellIntegration = true;
};
};
home = {
sessionVariables = {