From 48f99462d2bf5512a211c01c456198a809d80978 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Fri, 20 Dec 2024 22:26:58 +0000 Subject: [PATCH] disable sddm, because it was annoying me tbh --- hosts/gabbielaptop/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 1217c9f..6ec4f17 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -92,8 +92,8 @@ services.power-profiles-daemon.enable = true; # Enable the KDE Plasma Desktop Environment. - services.displayManager.sddm.enable = true; - services.displayManager.sddm.wayland.enable = true; +# services.displayManager.sddm.enable = true; +# services.displayManager.sddm.wayland.enable = true; # services.desktopManager.plasma6.enable = true; # Enable the Hyprland WM functionality for NixOS (xdg portals etc.)