From 250934543ddf315dd37ef467f6ee4a0aab7129a3 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 17 Apr 2023 18:55:04 +0200 Subject: [PATCH] Disable SDDM --- system/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/system/default.nix b/system/default.nix index 6bd146e9..43adc54d 100644 --- a/system/default.nix +++ b/system/default.nix @@ -144,11 +144,11 @@ # Startx replaces the displaymanager so default (lightdm) isn't used, start to shell # Sadly using this with gnome-session doesn't really work - # displayManager.startx.enable = true; + displayManager.startx.enable = true; # Plasma # TODO: Had problems with wayland last time, hopefully I get it to work now - displayManager.sddm.enable = true; # Use this for Plasma AND/OR Hyprland + # displayManager.sddm.enable = true; # desktopManager.plasma5.enable = true; # desktopManager.plasma5.runUsingSystemd = true; @@ -176,6 +176,7 @@ # xdg-desktop-portal-kde # xdg-desktop-portal-gtk # TODO: Keep for GTK apps? E.g. for font antialiasing? # xdg-desktop-portal-gnome # Gnome + xdg-desktop-portal-termfilechooser # Filepicker using nnn ]; # gtkUsePortal = true; # Deprecated, don't use (gdm takes ages to load and other fishy stuff) };