feat: add a firefox container
This commit is contained in:
@@ -78,6 +78,7 @@ let
|
|||||||
"media.ffmpeg.vaapi.enabled" = true;
|
"media.ffmpeg.vaapi.enabled" = true;
|
||||||
"media.ffmpeg.vaapi-drm-display.enabled" = true;
|
"media.ffmpeg.vaapi-drm-display.enabled" = true;
|
||||||
"gfx.webrender.all" = true;
|
"gfx.webrender.all" = true;
|
||||||
|
"xpinstall.signatures.required" = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
firefoxUserChrome = ''
|
firefoxUserChrome = ''
|
||||||
@@ -531,7 +532,7 @@ in
|
|||||||
|
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.firefox.overrideAttrs (a: {
|
package = pkgs.firefox-devedition.overrideAttrs (a: {
|
||||||
postInstall = a.postInstall or "" + ''
|
postInstall = a.postInstall or "" + ''
|
||||||
wrapProgram "$out/bin/firefox" \
|
wrapProgram "$out/bin/firefox" \
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
@@ -558,6 +559,11 @@ in
|
|||||||
icon = "fingerprint";
|
icon = "fingerprint";
|
||||||
id = 1;
|
id = 1;
|
||||||
};
|
};
|
||||||
|
"dating" = {
|
||||||
|
color = "pink";
|
||||||
|
icon = "circle";
|
||||||
|
id = 5;
|
||||||
|
};
|
||||||
"cloonar technologies" = {
|
"cloonar technologies" = {
|
||||||
color = "red";
|
color = "red";
|
||||||
icon = "briefcase";
|
icon = "briefcase";
|
||||||
|
|||||||
Reference in New Issue
Block a user