feat(homes/rafiq): add cli tools

This commit is contained in:
Mohammad Rafiq 2025-05-20 13:48:17 +08:00
parent ec529f35a6
commit 710551acb0
No known key found for this signature in database

View file

@ -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;
};
};
}