Gnome to KDE to avoid the Firefox crash bug

This commit is contained in:
Greg Hellings
2024-10-22 13:07:49 -05:00
parent d173fd578b
commit 9b97c83eab
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
development = true;
gui = true;
sway = false;
gnome = true;
gnome = false;
vscodium = true;
};
+1
View File
@@ -67,6 +67,7 @@ in
programs.firefox = {
enable = (!pkgs.stdenv.hostPlatform.isDarwin);
package = pkgs.firefox-bin;
policies = {
DisableAppUpdate = true;
};