Refactor the whole configuration #1
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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)";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue