bruh im actually retarded

This commit is contained in:
caem 2025-01-25 01:24:05 +01:00
parent 74ebf9f01a
commit 6394952d4c
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 2 additions and 2 deletions

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)";
}; };
} }