diff --git a/system/configuration.nix b/system/configuration.nix index 33d55d8..718e866 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -79,19 +79,19 @@ #input stuff services.xserver = { - enable = false; # SDDM requires this - maybe not with wayland setting? + enable = true; # SDDM requires this xkb.options = "caps:escape"; xkb.layout = "us"; libinput.enable = true; desktopManager.plasma5 = { enable = true; - # enableQt5Integration = true; + # enableQt5Integration = true; # for plasma6 runUsingSystemd = true; }; displayManager.sddm = { - wayland.enable = true; # for plasma 6 + wayland.enable = true; # experimental? enable = true; }; displayManager.defaultSession = "plasma";