From d6d0c5f3c0ff2df3ba5a34ea4e826fe022ddc12a Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Wed, 27 Dec 2023 13:20:17 +0100 Subject: [PATCH] sometimes its useful to see what the tab complete suggests --- modules/xconfig.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/xconfig.nix b/modules/xconfig.nix index abeb4dc..b107abd 100644 --- a/modules/xconfig.nix +++ b/modules/xconfig.nix @@ -19,7 +19,7 @@ in { ''; }; - lightdm.enable = mkEnableOption "Enables the LightDM display manager and config"; + lightdm.enable = mkIf "Enables the LightDM display manager and config"; lightdm.background = mkOption { default = ./images/city.png; type = types.path;