fix firefox update

This commit is contained in:
Kabbone 2022-11-25 22:19:55 +01:00
parent 62d9ad5fc9
commit 3f58e67023
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -12,12 +12,13 @@
programs = { programs = {
firefox = { firefox = {
enable = true; enable = true;
package = pkgs.wrapFirefox pkgs.firefox-unwrapped { #package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
forceWayland = true; #forceWayland = true;
extraPolicies = { # extraPolicies = {
ExtensionSettings = {}; # ExtensionSettings = {};
}; # };
}; #};
package = pkgs.firefox-wayland;
# profiles.kabbone = { # profiles.kabbone = {
# #id = 271987; # #id = 271987;
# name = "kabbone"; # name = "kabbone";