diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix index 2fe1787..bdedc44 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -54,6 +54,12 @@ in path = "${homedir}/cfg/home-manager"; }; + fzf = { + enable = true; + enableBashIntegration = true; + defaultCommand = "rg --files"; + }; + tmux = { enable = true; extraConfig = builtins.readFile ./tmux; |