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
+4 -1
View File
@@ -17,6 +17,7 @@ with lib;
};
config = mkIf cfg.enable {
hardware.bluetooth.enable = true;
# Sets up a basic KDE installation
services =
{
@@ -24,9 +25,11 @@ with lib;
enable = true;
xkb.layout = "us";
# Trackpad support
libinput.enable = true;
};
libinput.enable = true;
blueman.enable = true;
pipewire = {
enable = true;
alsa.enable = true;