Set compact dark theme in firefox #30

Merged
armel merged 1 commits from feature/firefox-theme into master 2026-01-30 10:41:49 +01:00
Showing only changes of commit 591068d563 - Show all commits

View File

@@ -4,6 +4,12 @@
programs.firefox = {
enable = true;
profiles.default = {
settings = {
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org";
};
};
policies = {
# From https://discourse.nixos.org/t/declare-firefox-extensions-and-settings/36265/17
ExtensionSettings = with builtins;