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;