Files
nixos-configuration/home/rga.nix
2023-04-24 23:24:36 +02:00

6 lines
71 B
Nix

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