Use firefox developer edition to allow unsigned xpis

This commit is contained in:
outfoxxed 2023-09-15 03:01:51 -07:00
parent 6726f1b92b
commit 3353bb153d
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 4 additions and 3 deletions

View File

@ -46,7 +46,7 @@ in {
programs.firefox = {
enable = true;
package = pkgs.firefox.overrideAttrs (pkg: let
package = pkgs.firefox-devedition.overrideAttrs (pkg: let
imEntry = pkg.desktopItem.override (entry: {
name = "discord-firefox";
desktopName = "IMs (Firefox)";
@ -66,9 +66,10 @@ in {
name = "BaseFF";
userChrome = builtins.readFile ./sideberry_chrome.css;
};
default = {
dev-edition-default = {
id = 0;
name = "Default";
name = "dev-edition-default";
path = "default";
userChrome = ''
${builtins.readFile ./sideberry_chrome.css}
${builtins.readFile ./sideberry_hide_ext_button.css}