Files
home-manager/programs/ripgrep.nix

9 lines
70 B
Nix

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