Gnome to KDE to avoid the Firefox crash bug
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
development = true;
|
||||
gui = true;
|
||||
sway = false;
|
||||
gnome = true;
|
||||
gnome = false;
|
||||
vscodium = true;
|
||||
};
|
||||
|
||||
|
||||
@@ -67,6 +67,7 @@ in
|
||||
|
||||
programs.firefox = {
|
||||
enable = (!pkgs.stdenv.hostPlatform.isDarwin);
|
||||
package = pkgs.firefox-bin;
|
||||
policies = {
|
||||
DisableAppUpdate = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user