mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-06 06:58:41 +00:00
8 lines
130 B
Nix
8 lines
130 B
Nix
{pkgs, ...}: {
|
|
home.packages = [
|
|
pkgs.ripgrep
|
|
];
|
|
|
|
home.file.".config/ripgrep/config".source = ./ripgrep/ripgrep.conf;
|
|
}
|