This commit is contained in:
Leonora Tindall 2024-02-19 13:25:01 -06:00
parent 6c2e08601d
commit ffc01f8680
2 changed files with 8 additions and 0 deletions

7
fzf.nix Normal file
View File

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

View File

@ -15,6 +15,7 @@ in
./direnv.nix
./syncthing.nix
./vscode.nix
./fzf.nix
./packages.nix
];