wleave setup
All checks were successful
update the nix flake lock automatically every week / update (push) Successful in 32s
All checks were successful
update the nix flake lock automatically every week / update (push) Successful in 32s
This commit is contained in:
@ -8,6 +8,11 @@
|
||||
extensions.packages = with inputs.firefox-addons.packages."x86_64-linux";
|
||||
[vimium ublock-origin];
|
||||
extensions.force = true;
|
||||
settings = {
|
||||
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org";
|
||||
"layout.css.prefers-color-scheme.content-override" = 0;
|
||||
"browser.theme.content-theme" = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user