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 6e64b60 commit 7b79cc2
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 7b79cc2

Please sign in to comment.