feat: add ripgrep config
This commit is contained in:
parent
b7de4ad482
commit
4b5c27d75d
3 changed files with 3 additions and 0 deletions
nixos/home
|
@ -12,6 +12,8 @@ in
|
|||
"gtklock/style.css".source = config.lib.file.mkOutOfStoreSymlink "${configDir}/gtklock/style.css";
|
||||
|
||||
"ags".source = config.lib.file.mkOutOfStoreSymlink "${configDir}/ags";
|
||||
|
||||
"ripgrep".source = config.lib.file.mkOutOfStoreSymlink "${configDir}/ripgrep";
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue