feat: switch from rga to rg for nvim
This commit is contained in:
parent
327327241b
commit
41decfabb4
1 changed files with 0 additions and 5 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue