summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.nix14
1 files changed, 3 insertions, 11 deletions
diff --git a/common.nix b/common.nix
index a55e8f2..104f7ed 100644
--- a/common.nix
+++ b/common.nix
@@ -193,19 +193,11 @@ in
services.xserver.xkb.layout = "eu";
console.useXkbConfig = true;
- # enable the KDE Plasma Desktop Environment
+ # enable SDDM & the KDE Plasma Desktop Environment
+ services.displayManager.sddm.enable = true;
+ services.displayManager.sddm.wayland.enable = true;
services.desktopManager.plasma6.enable = true;
- # greetd console display manager
- services.greetd = {
- enable = true;
- settings = {
- default_session = {
- command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd '${pkgs.kdePackages.plasma-workspace}/libexec/plasma-dbus-run-session-if-needed ${pkgs.kdePackages.plasma-workspace}/bin/startplasma-wayland'";
- };
- };
- };
-
# enable sound with PipeWire
services.pipewire = {
enable = true;