From ac583b520185dea679c709aa21c1c73a7fed8681 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Fri, 13 Jun 2025 09:45:59 +0200 Subject: [PATCH] migrate to wayland --- systems/common-gui.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/systems/common-gui.nix b/systems/common-gui.nix index cdcad6c..74c0990 100644 --- a/systems/common-gui.nix +++ b/systems/common-gui.nix @@ -109,11 +109,11 @@ }; services = { - # desktopManager.plasma6.enable = true; + desktopManager.plasma6.enable = true; displayManager = { sddm = { enable = true; - # wayland.enable = true; + wayland.enable = true; autoLogin.relogin = true; }; }; @@ -121,7 +121,6 @@ enable = true; xkb.layout = "fr"; exportConfiguration = true; - desktopManager.plasma5.enable = true; }; pipewire = { enable = true;