Refactor the whole configuration #1
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
||||||
firefox-esr = let
|
firefox-esr = let
|
||||||
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.override {
|
||||||
|
privateLib = true;
|
||||||
|
};
|
||||||
app.binPath = "bin/firefox-esr";
|
app.binPath = "bin/firefox-esr";
|
||||||
flatpak.appId = "org.mozilla.firefox";
|
flatpak.appId = "org.mozilla.firefox";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue