sometimes its useful to see what the tab complete suggests
This commit is contained in:
parent
e5151e75ed
commit
d6d0c5f3c0
|
@ -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 {
|
lightdm.background = mkOption {
|
||||||
default = ./images/city.png;
|
default = ./images/city.png;
|
||||||
type = types.path;
|
type = types.path;
|
||||||
|
|
Loading…
Reference in a new issue