diff --git a/instances/odin/configuration.nix b/instances/odin/configuration.nix index 19e327d..c4565da 100644 --- a/instances/odin/configuration.nix +++ b/instances/odin/configuration.nix @@ -147,11 +147,14 @@ in }; blueman.enable = true; xserver = { - displayManager = { - gdm = { enable = true; autoSuspend = false; }; - }; - desktopManager.gnome.enable = true; + # displayManager = { + # gdm = { enable = true; autoSuspend = false; }; + # }; + # desktopManager.gnome.enable = true; + desktopManager.plasma5 = { enable = true; useQtScaling = true; }; + enable = true; }; + displayManager.sddm.enable = true; home-assistant = { enable = true; openFirewall = true;