nixos-configuration/home/rga.nix

6 lines
71 B
Nix
Raw Permalink Normal View History

2023-04-24 23:24:36 +02:00
{ pkgs, ... }: {
home.packages = with pkgs; [
ripgrep-all
];
}