porcorosso: more plasma tweaks; let's try Wayland again
This commit is contained in:
parent
2c571da18c
commit
e0c88bac2d
2 changed files with 4 additions and 1 deletions
|
@ -6,5 +6,9 @@
|
|||
{
|
||||
config = {
|
||||
services.kdeconnect.enable = true;
|
||||
|
||||
# QT/GTK settings will be managed by Plasma.
|
||||
qt.enable = lib.mkForce false;
|
||||
gtk.enable = lib.mkForce false;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -184,7 +184,6 @@ in {
|
|||
};
|
||||
services.xserver.displayManager.gdm = {
|
||||
enable = true;
|
||||
wayland = false;
|
||||
};
|
||||
|
||||
hardware.nvidia = {
|
||||
|
|
Loading…
Reference in a new issue