From 251095936d0ce04c202a3ae100869621b21b3ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 4 May 2025 15:39:03 +0200 Subject: [PATCH] System Gen13 @ 2025-05-04-15:39:02 by jonas@monolith --- hosts/monolith/configuration.nix | 2 +- modules/desktop/de/plasma.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index 9e63a68..7e0240e 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -25,7 +25,7 @@ # hive modules hive.nix-scripts.enable = true; - hive.displayManager.name = "gdm"; + hive.displayManager.name = "sddm"; hive.plasma.enable = true; hive.kwallet.enable = true; hive.kwallet.forUsers = ["jonas"]; diff --git a/modules/desktop/de/plasma.nix b/modules/desktop/de/plasma.nix index d63d14f..97fbef3 100644 --- a/modules/desktop/de/plasma.nix +++ b/modules/desktop/de/plasma.nix @@ -11,7 +11,7 @@ in { }; config = lib.mkIf cfg.enable { - services.desktopManager.plasma6.enable = true; + services.xserver.desktopManager.plasma5.enable = true; xdg.portal = { enable = true;