fixed firefox search issue

also fixed nvf styling as stylix added it as a target
also changed cmp, to almost no effect
This commit is contained in:
Gabriella Bere 2025-04-27 18:41:12 +01:00
parent ac3e50b2b6
commit ca67faeead
3 changed files with 17 additions and 36 deletions

View file

@ -25,7 +25,10 @@
youtube-high-definition
shinigami-eyes
];
search.force = "ddg"; # Set search engine to DuckDuckGo
search = {
default = "ddg"; # Set search engine to DuckDuckGo
force = true; # Prevents annoying error when rebuilding
};
settings = {
"browser.search.region" = "GB";
"browser.search.isUS" = false;