fix: add ripgrep for doomemacs
This commit is contained in:
parent
aee54cdd57
commit
a6c7e6fc7f
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{ config, pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
emacs29
|
||||
ripgrep
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue