schizophrenia

This commit is contained in:
caem 2025-01-25 02:04:45 +01:00
parent e3bac4fa48
commit 5345f25696
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -6,9 +6,7 @@
firefox-esr = let
sandboxed-firefox-esr = prev.mkNixPak {
config = { sloth, ... }: {
app.package = prev.firefox-esr-unwrapped.override {
privateLib = true;
};
app.package = prev.firefox-esr-unwrapped;
app.binPath = "bin/firefox-esr";
flatpak.appId = "org.mozilla.firefox";