infinite recursion moment

This commit is contained in:
caem 2025-01-24 17:18:44 +01:00
parent fdf9f78888
commit 6077c13df0
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -5,6 +5,7 @@
sandboxed-firefox-esr = pkgs.mkNixPak {
config = { sloth, ... }: {
app.package = pkgs.firefox-esr;
app.binPath = "bin/firefox-esr";
flatpak.appId = "org.mozilla.firefox";
dbus.policies = {
"org.mozilla.Firefox" = "own";