Remove reference to toplevel config
This commit is contained in:
@ -88,10 +88,10 @@
|
|||||||
id = 0;
|
id = 0;
|
||||||
|
|
||||||
# TODO:
|
# TODO:
|
||||||
settings = defaultSettings // {
|
settings = {
|
||||||
"app.update.auto" = false;
|
"app.update.auto" = false;
|
||||||
# "browser.startup.homepage" = "https://lobste.rs";
|
# "browser.startup.homepage" = "https://lobste.rs";
|
||||||
"identity.fxaccounts.account.device.name" = config.networking.hostName;
|
"identity.fxaccounts.account.device.name" = "nixinator"; # TODO: I want to pass the toplevel config to use config.networking.hostName
|
||||||
"signon.rememberSignons" = false;
|
"signon.rememberSignons" = false;
|
||||||
# "browser.urlbar.placeholderName" = "DuckDuckGo";
|
# "browser.urlbar.placeholderName" = "DuckDuckGo";
|
||||||
# "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
# "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||||
|
Reference in New Issue
Block a user