Refactor the whole configuration #1
1 changed files with 1 additions and 1 deletions
|
@ -77,13 +77,13 @@
|
||||||
wrappedFirefox = prev.wrapFirefox (sandboxed-firefox-esr.config.env // {
|
wrappedFirefox = prev.wrapFirefox (sandboxed-firefox-esr.config.env // {
|
||||||
meta = prev.firefox-esr.meta;
|
meta = prev.firefox-esr.meta;
|
||||||
gtk3 = prev.libcanberra-gtk3;
|
gtk3 = prev.libcanberra-gtk3;
|
||||||
|
hasMozSystemDirPatch = true;
|
||||||
}) {
|
}) {
|
||||||
applicationName = "firefox-esr";
|
applicationName = "firefox-esr";
|
||||||
pname = "firefox-esr";
|
pname = "firefox-esr";
|
||||||
desktopName = "Firefox ESR";
|
desktopName = "Firefox ESR";
|
||||||
icon = "firefox";
|
icon = "firefox";
|
||||||
wmClass = "firefox-esr";
|
wmClass = "firefox-esr";
|
||||||
hasMozSystemDirPatch = true;
|
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
wrappedFirefox;
|
wrappedFirefox;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue