This commit is contained in:
Kopatz
2025-05-26 12:13:37 +02:00
parent 586a53e9e9
commit 332f581362
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
};
};

View File

@@ -5,7 +5,7 @@ let
in
{
options.custom.graphical.xfce = {
enable = mkEnableOption "Enables lxqt";
enable = mkEnableOption "Enables xfce";
};
config = mkIf cfg.enable {