mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-14 02:48:39 +00:00
Split into modules (#50)
This commit is contained in:
7
home-manager/modules/ripgrep.nix
Normal file
7
home-manager/modules/ripgrep.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = [
|
||||
pkgs.ripgrep
|
||||
];
|
||||
|
||||
home.file.".config/ripgrep/config".source = ./ripgrep/ripgrep.conf;
|
||||
}
|
Reference in New Issue
Block a user