aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2023-11-02 20:57:48 +0000
committerKumar Damani <me@kumardamani.net>2023-11-02 20:57:48 +0000
commit8953d3931eeacb9192aa2842001776f5d9a9777c (patch)
tree38722c1ee7ebfa3c80a58003a9be37b9a6f562d2
parentf7351d792744e833ea740c020d96c840bb028b66 (diff)
added fzf into hm
-rw-r--r--nixpkgs/.config/nixpkgs/per-user/kdam0-work/home.nix4
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";