1
0
Fork 0
puter/common/ripgrep.nix
2025-05-11 22:49:04 +02:00

6 lines
74 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.ripgrep
];
}