Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6394952d4c - Show all commits

View file

@ -13,7 +13,7 @@
programs.firefox = { programs.firefox = {
enable = true; enable = true;
package = pkgs.firefox-esr-wrapped; package = pkgs.firefox-esr-sandboxed;
policies = { policies = {
EnableTrackingProtection = { EnableTrackingProtection = {
Value = true; Value = true;

View file

@ -76,7 +76,7 @@
}; };
in in
prev.wrapFirefox sandboxed-firefox-esr.config.env { prev.wrapFirefox sandboxed-firefox-esr.config.env {
applicationName = "firefox-esr"; applicationName = "firefox-esr-sandboxed";
desktopName = "Firefox ESR (Sandboxed)"; desktopName = "Firefox ESR (Sandboxed)";
}; };
} }