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 6077c13df0 - Show all commits

View file

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