240 current 2025-01-11 21:55:52 25.05.20241217.d3c42f1 6.6.66 *
This commit is contained in:
@@ -3,9 +3,29 @@
|
|||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
programs.librewolf.enable = true;
|
||||||
|
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
profiles = let
|
||||||
|
defaultSettings = {
|
||||||
|
"app.update.auto" = false;
|
||||||
|
"browser.startup.homepage" = "https://lobste.rs";
|
||||||
|
# *snip* no need to splurge all my settings, you get the idea...
|
||||||
|
# "identity.fxaccounts.account.device.name" = config.networking.hostName;
|
||||||
|
# "signon.rememberSignons" = false;
|
||||||
|
};
|
||||||
|
in {
|
||||||
|
home = {
|
||||||
|
id = 0;
|
||||||
|
settings =
|
||||||
|
defaultSettings
|
||||||
|
// {
|
||||||
|
"browser.urlbar.placeholderName" = "DuckDuckGo";
|
||||||
|
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||||
|
};
|
||||||
|
userChrome = builtins.readFile ../conf.d/userChrome.css;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.librewolf.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user