Skip to content

Commit

Permalink
WIP: firefox-webapps: Add extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Oct 27, 2024
1 parent 5f66cb6 commit 17c6744
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions home-modules/firefox-webapp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ let
system = 2;
};
};

extensions = cfg.extensions;
}
) cfg;
in
Expand Down Expand Up @@ -104,6 +106,12 @@ in
description = "Additional Firefox profile settings.";
};

extensions = mkOption {
type = listOf package;
default = [ ];
description = "Additional Firefox profile extensions.";
};

backgroundColor = mkOption {
type = str;
default = "rgba(0, 0, 0, 0)";
Expand Down

0 comments on commit 17c6744

Please sign in to comment.