porcorosso: more plasma tweaks; let's try Wayland again

This commit is contained in:
Luke Granger-Brown 2023-05-16 13:48:55 +01:00
parent 2c571da18c
commit e0c88bac2d
2 changed files with 4 additions and 1 deletions

View file

@ -6,5 +6,9 @@
{ {
config = { config = {
services.kdeconnect.enable = true; services.kdeconnect.enable = true;
# QT/GTK settings will be managed by Plasma.
qt.enable = lib.mkForce false;
gtk.enable = lib.mkForce false;
}; };
} }

View file

@ -184,7 +184,6 @@ in {
}; };
services.xserver.displayManager.gdm = { services.xserver.displayManager.gdm = {
enable = true; enable = true;
wayland = false;
}; };
hardware.nvidia = { hardware.nvidia = {