Redefine search engines

This commit is contained in:
Jimbo 2024-11-18 17:14:02 -05:00
parent f5831262b3
commit 79310cc53a
6 changed files with 71 additions and 15 deletions

View file

@ -6,7 +6,7 @@
enable = true;
extraRules = [
{ # Give wheel root access
groups = ["wheel"];
groups = [ "wheel" ];
keepEnv = true;
persist = true;
}