hopefully the last complete restructure of this repo
This commit is contained in:
15
home-manager/programs/terminal/fzf/default.nix
Normal file
15
home-manager/programs/terminal/fzf/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
programs.fzf = {
|
||||
|
||||
enable = true;
|
||||
|
||||
enableZshIntegration = true;
|
||||
|
||||
tmux = {
|
||||
#enableShellIntegration = true;
|
||||
|
||||
#shellIntegrationOptions = [];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user