Files
nix-config/systems/modules/home/programs/ripgrep.nix

9 lines
70 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
ripgrep
];
}