chore(work): install Okta Firefox extension

This commit is contained in:
Yorick Barbanneau 2025-01-06 10:49:55 +01:00
parent 3ce2a3cd73
commit 2b6b323753

View file

@ -1,4 +1,4 @@
{ ... }: {
{ pkgs, ... }: {
config.modules = {
application = {
zathura.enable = true;
@ -25,6 +25,9 @@
web.firefox = {
enable = true;
enableNixGL = true;
optionalExtensions = with pkgs.nur.repos.rycee.firefox-addons; [
okta-browser-plugin
];
};
};
}