1

Remove reference to toplevel config

This commit is contained in:
2022-07-01 13:36:24 +02:00
parent 4a136d93f1
commit 5bac8a5c84

View File

@ -88,10 +88,10 @@
id = 0;
# TODO:
settings = defaultSettings // {
settings = {
"app.update.auto" = false;
# "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;
# "browser.urlbar.placeholderName" = "DuckDuckGo";
# "toolkit.legacyUserProfileCustomizations.stylesheets" = true;