update to nixos 23.05
This commit is contained in:
parent
8bbdb28d32
commit
778794f91b
11 changed files with 189 additions and 247 deletions
|
@ -5,17 +5,17 @@ in {
|
|||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-esr;
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
darkreader
|
||||
duckduckgo-privacy-essentials
|
||||
sponsorblock
|
||||
tree-style-tab
|
||||
ublock-origin
|
||||
ublock-origin
|
||||
];
|
||||
profiles = {
|
||||
main = {
|
||||
isDefault = true;
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
darkreader
|
||||
duckduckgo-privacy-essentials
|
||||
sponsorblock
|
||||
tree-style-tab
|
||||
ublock-origin
|
||||
ublock-origin
|
||||
];
|
||||
settings = {
|
||||
"devtools.theme" = "auto";
|
||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue