mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:16:33 +01:00
Use firefox-devedition
This commit is contained in:
parent
0dc2ece1a9
commit
a0ab2cd2ea
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ in
|
||||||
};
|
};
|
||||||
firefox = {
|
firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
|
package = pkgs.wrapFirefox pkgs.firefox-devedition-unwrapped {
|
||||||
extraPolicies = {
|
extraPolicies = {
|
||||||
AppAutoUpdate = false;
|
AppAutoUpdate = false;
|
||||||
BackgroundAppUpdate = false;
|
BackgroundAppUpdate = false;
|
||||||
|
|
Loading…
Reference in a new issue