bruh im actually retarded
This commit is contained in:
parent
74ebf9f01a
commit
6394952d4c
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-esr-wrapped;
|
||||
package = pkgs.firefox-esr-sandboxed;
|
||||
policies = {
|
||||
EnableTrackingProtection = {
|
||||
Value = true;
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
};
|
||||
in
|
||||
prev.wrapFirefox sandboxed-firefox-esr.config.env {
|
||||
applicationName = "firefox-esr";
|
||||
applicationName = "firefox-esr-sandboxed";
|
||||
desktopName = "Firefox ESR (Sandboxed)";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue