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 {
|
||||
config = { sloth, ... }: {
|
||||
app.package = prev.firefox-esr-unwrapped;
|
||||
app.binPath = "bin/firefox-esr-unwrapped";
|
||||
app.binPath = "bin/firefox-esr-sandboxed";
|
||||
flatpak.appId = "org.mozilla.firefox";
|
||||
|
||||
dbus.policies = {
|
||||
|
@ -75,5 +75,8 @@
|
|||
};
|
||||
};
|
||||
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
Reference in a new issue