diff --git a/configuration.nix b/configuration.nix index 654dbb7..e5150b4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -54,6 +54,7 @@ # Enable the KDE Plasma Desktop Environment. services.xserver.enable = true; services.displayManager.sddm = { + enable = true; wayland.enable = true; enableHidpi = true; };