chore(work): install Okta Firefox extension
This commit is contained in:
parent
3ce2a3cd73
commit
2b6b323753
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ ... }: {
|
{ pkgs, ... }: {
|
||||||
config.modules = {
|
config.modules = {
|
||||||
application = {
|
application = {
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
|
@ -25,6 +25,9 @@
|
||||||
web.firefox = {
|
web.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNixGL = true;
|
enableNixGL = true;
|
||||||
|
optionalExtensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
|
okta-browser-plugin
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue