Should probably put the profile settings in the profile
This commit is contained in:
parent
329b215bbe
commit
f8fd2cf506
|
@ -7,6 +7,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
nativeMessagingHosts = [pkgs.firefoxpwa];
|
nativeMessagingHosts = [pkgs.firefoxpwa];
|
||||||
package = pkgs.firefox;
|
package = pkgs.firefox;
|
||||||
|
profiles.lillian = {
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
settings = {
|
settings = {
|
||||||
"browser.aboutConfig.showWarning" = false;
|
"browser.aboutConfig.showWarning" = false;
|
||||||
|
@ -363,7 +364,6 @@
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
profiles.lillian = {
|
|
||||||
Bookmarks = [
|
Bookmarks = [
|
||||||
{
|
{
|
||||||
name = "estrogen production";
|
name = "estrogen production";
|
||||||
|
|
Loading…
Reference in a new issue