common: Add ripgrep and pastebinit to default packages

This commit is contained in:
Giulio De Pasquale 2023-03-19 18:31:32 +01:00
parent 54c46cee32
commit 73f5f403f7

View File

@ -4,7 +4,7 @@
imports = [ ./zsh.nix ./git.nix ./helix.nix ];
home = {
packages = with pkgs; [ rizin sshfs victor-mono home-manager ];
packages = with pkgs; [ rizin sshfs victor-mono home-manager ripgrep pastebinit ];
stateVersion = "22.11";
};
}