Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit 8b0378ad2d - Show all commits

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 ];
};
} }