From 5bac8a5c84193198f70dd01d68954d15fd1225e9 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Fri, 1 Jul 2022 13:36:24 +0200 Subject: [PATCH] Remove reference to toplevel config --- home/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/home.nix b/home/home.nix index d244aa05..cd9b5614 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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;