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; [
|
home.packages = with pkgs; [
|
||||||
ripgrep
|
ripgrep
|
||||||
fzf
|
|
||||||
devenv
|
devenv
|
||||||
pantheon.rebuild
|
pantheon.rebuild
|
||||||
pantheon.edit
|
pantheon.edit
|
||||||
|
@ -34,4 +33,12 @@
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs = {
|
||||||
|
thefuck.enable = true;
|
||||||
|
fzf = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue