This commit is contained in:
2025-02-28 19:03:26 +01:00
parent 0ee55c3207
commit 9d3b894b87
2 changed files with 10 additions and 0 deletions

9
home-manager/fzf.nix Normal file
View File

@@ -0,0 +1,9 @@
{ pkgs, inputs, ... }:
{
programs.fzf = {
enable = true;
enableZshIntegration = true;
};
}

View File

@@ -20,6 +20,7 @@
./git ./git
./zsh ./zsh
./fzf.nix
./tmux.nix ./tmux.nix
]; ];