Files
nix-config/home/programs/ripgrep.nix
2026-03-16 21:14:43 +01:00

9 lines
70 B
Nix

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