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:
parent
ac3e50b2b6
commit
ca67faeead
3 changed files with 17 additions and 36 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue