hummmm
This commit is contained in:
parent
acf663a58d
commit
16cf91f9ac
1 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
sandboxed-firefox-esr = prev.mkNixPak {
|
sandboxed-firefox-esr = prev.mkNixPak {
|
||||||
config = { sloth, ... }: {
|
config = { sloth, ... }: {
|
||||||
app.package = prev.firefox-esr-unwrapped;
|
app.package = prev.firefox-esr-unwrapped;
|
||||||
app.binPath = "bin/firefox-esr-unwrapped";
|
app.binPath = "bin/firefox-esr-sandboxed";
|
||||||
flatpak.appId = "org.mozilla.firefox";
|
flatpak.appId = "org.mozilla.firefox";
|
||||||
|
|
||||||
dbus.policies = {
|
dbus.policies = {
|
||||||
|
@ -75,5 +75,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
prev.wrapFirefox sandboxed-firefox-esr.config.env;
|
prev.wrapFirefox sandboxed-firefox-esr.config.env {
|
||||||
|
applicationName = "firefox-esr-wrapped";
|
||||||
|
desktopName = "Firefox ESR (Sandboxed)";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue