1
0
forked from extern/nix-config
donovanglover-nix-config/overlays/default.nix
Donovan Glover 59ec861754
overlays: Update ripgrep to 14.0.3
Fixes an issue with fish completions in ripgrep 14.0.1.
2023-11-30 23:02:08 -05:00

9 lines
90 B
Nix

{
imports = [
./alejandra.nix
./eza.nix
./ripgrep.nix
./zola.nix
];
}