feat: switch from rga to rg for nvim

This commit is contained in:
matt1432 2023-07-20 23:00:38 -04:00
parent 327327241b
commit 41decfabb4

View file

@ -1,10 +1,6 @@
{ pkgs, ... }:
{
home.shellAliases = {
rg = "rga";
};
programs = {
btop.enable = true;
@ -13,7 +9,6 @@
ripgrep = {
enable = true;
package = pkgs.ripgrep-all;
};
waybar = {