From 332f581362a1b626897a6e3d226416697b186523 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 26 May 2025 12:13:37 +0200 Subject: [PATCH] typo --- modules/graphical/lxqt.nix | 2 +- modules/graphical/xfce.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/graphical/lxqt.nix b/modules/graphical/lxqt.nix index c7c8771..baa3d0d 100644 --- a/modules/graphical/lxqt.nix +++ b/modules/graphical/lxqt.nix @@ -13,7 +13,7 @@ in xkb.layout = config.mainUser.layout; xkb.variant = config.mainUser.variant; enable = true; - displayManager.sddm.enable = true; + #displayManager.sddm.enable = true; desktopManager.lxqt.enable = true; }; }; diff --git a/modules/graphical/xfce.nix b/modules/graphical/xfce.nix index 0846547..be867c0 100644 --- a/modules/graphical/xfce.nix +++ b/modules/graphical/xfce.nix @@ -5,7 +5,7 @@ let in { options.custom.graphical.xfce = { - enable = mkEnableOption "Enables lxqt"; + enable = mkEnableOption "Enables xfce"; }; config = mkIf cfg.enable {