feat(homes/rafiq): add cli tools
This commit is contained in:
parent
ec529f35a6
commit
710551acb0
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue