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 34689e6a2a - Show all commits

View file

@ -76,21 +76,11 @@
};
in
prev.wrapFirefox (sandboxed-firefox-esr.config.env // {
gtk3 = prev.gtk3;
inherit (prev.firefox-esr)
pname
meta
tests
version
langPath
updateScript
pkgconfig
buildPackages
patches
extraPatches
extraPrefs
extraPolicies
nativeMessagingHosts
cfg;
}) {};
inherit (prev.firefox-esr) stdenv lib callPackage fetchurl nixosTests buildMozillaMach;
}) {
nameSuffix = "-esr";
desktopName = "Firefox ESR";
wmClass = "firefox-esr";
icon = "firefox-esr";
};
}