fix(home:firefox) use correct option

This commit is contained in:
ooks-io 2024-08-02 22:23:05 +12:00
parent 17e2ecccdd
commit cedeb52103
3 changed files with 159 additions and 160 deletions

View file

@ -7,6 +7,8 @@
...
}: let
inherit (lib) mkIf mkMerge;
fonts = config.ooknet.fonts;
palette = config.colorscheme.palette;
addons = inputs.firefox-addons.packages.${pkgs.system};
cfg = config.ooknet.browser.firefox;
@ -44,7 +46,7 @@ in {
# onepassword-password-manager # cannot get this to work unfree issue.
];
settings = import ./settings/ooksJs.nix;
userChrome = import ./theme/ooksfox.nix;
userChrome = import ./theme/ooksfox.nix {inherit fonts palette;};
userContent = import ./theme/penguinFoxContent.nix;
};
profiles.testing = {