"types.uniq types.string" -> "types.str"

This commit is contained in:
Eelco Dolstra
2015-06-15 18:08:49 +02:00
parent e212e07cf6
commit 9366af1b94
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ in {
services.unclutter.arguments = mkOption {
description = "Arguments to pass to unclutter command";
default = "-idle 1";
type = types.uniq types.string;
type = types.str;
};
};