diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-11-02 20:57:48 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-11-02 20:57:48 +0000 |
| commit | 8953d3931eeacb9192aa2842001776f5d9a9777c (patch) | |
| tree | 38722c1ee7ebfa3c80a58003a9be37b9a6f562d2 | |
| parent | f7351d792744e833ea740c020d96c840bb028b66 (diff) | |
added fzf into hm
| -rw-r--r-- | nixpkgs/.config/nixpkgs/per-user/kdam0-work/home.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nixpkgs/.config/nixpkgs/per-user/kdam0-work/home.nix b/nixpkgs/.config/nixpkgs/per-user/kdam0-work/home.nix index 0dbe962..6cff89c 100644 --- a/nixpkgs/.config/nixpkgs/per-user/kdam0-work/home.nix +++ b/nixpkgs/.config/nixpkgs/per-user/kdam0-work/home.nix @@ -130,6 +130,10 @@ ]; extraConfig = builtins.readFile ../../common/nvim/init.vim; }; + programs.fzf = { + enable = true; + tmux.enableShellIntegration = true; + }; home.stateVersion = "22.11"; |
