From 710551acb02db0508c6e479116fa2477026b428b Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Tue, 20 May 2025 13:48:17 +0800 Subject: [PATCH] feat(homes/rafiq): add cli tools --- homes/x86_64-linux/rafiq/default.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/homes/x86_64-linux/rafiq/default.nix b/homes/x86_64-linux/rafiq/default.nix index 3c34e84..38c7c74 100644 --- a/homes/x86_64-linux/rafiq/default.nix +++ b/homes/x86_64-linux/rafiq/default.nix @@ -19,7 +19,6 @@ home.packages = with pkgs; [ ripgrep - fzf devenv pantheon.rebuild pantheon.edit @@ -34,4 +33,12 @@ nix-direnv.enable = true; }; + programs = { + thefuck.enable = true; + fzf = { + enable = true; + enableZshIntegration = true; + }; + }; + }