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;