add search engine options in firefox/floorp options and have the other disk in GLaDOS auto-mount
This commit is contained in:
parent
359e192ee6
commit
88b5d34202
2 changed files with 25 additions and 0 deletions
|
@ -7,6 +7,14 @@
|
|||
enable = true;
|
||||
nativeMessagingHosts = [pkgs.firefoxpwa];
|
||||
package = pkgs.floorp;
|
||||
search = {
|
||||
default = "DuckDuckGo";
|
||||
force = true;
|
||||
engines = {
|
||||
"Google".metaData.hidden = true;
|
||||
"Bing".metaData.hidden = true;
|
||||
};
|
||||
};
|
||||
profiles.lillian = {
|
||||
isDefault = true;
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue