Changes
2 changed files (+2/-2)
-
-
@@ -39,7 +39,7 @@ default = [ ];}; background-color = lib.mkOption { type = lib.types.nullOr lib.types.string; type = lib.types.nullOr lib.types.str; default = null; };
-
-
-
@@ -6,7 +6,7 @@ {options = { features.wayland-de.swaylock = { flags = lib.mkOption { type = lib.types.listOf lib.types.string; type = lib.types.listOf lib.types.str; default = [ ]; }; };
-