sometimes its useful to see what the tab complete suggests

This commit is contained in:
Nox Sluijtman 2023-12-27 13:20:17 +01:00
parent e5151e75ed
commit d6d0c5f3c0

View file

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