I am so fucking done

This commit is contained in:
caem 2025-01-25 00:34:47 +01:00
parent dd7616e52c
commit 8b0378ad2d
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -8,7 +8,6 @@
config = { sloth, ... }: { config = { sloth, ... }: {
app.package = prev.firefox-esr; app.package = prev.firefox-esr;
app.binPath = "bin/firefox-esr"; app.binPath = "bin/firefox-esr";
app.name = "firefox-esr-wrapped";
flatpak.appId = "org.mozilla.firefox"; flatpak.appId = "org.mozilla.firefox";
dbus.policies = { dbus.policies = {
@ -76,8 +75,5 @@
}; };
}; };
in in
prev.buildEnv { sandboxed-firefox-esr.config.env;
name = "firefox-esr-wrapped";
paths = [ sandboxed-firefox-esr.config.env ];
};
} }