diff --git a/home/modules/baseline.nix b/home/modules/baseline.nix index a8471d6..78e9b30 100644 --- a/home/modules/baseline.nix +++ b/home/modules/baseline.nix @@ -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"; diff --git a/home/modules/terminal.nix b/home/modules/terminal.nix index cf86f0d..16dcb59 100644 --- a/home/modules/terminal.nix +++ b/home/modules/terminal.nix @@ -107,6 +107,12 @@ in { set -g status-justify left ''; }; + + fzf = { + enable = true; + enableZshIntegration = true; + tmux.enableShellIntegration = true; + }; }; home = { sessionVariables = {