We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5871e21 commit dd41a39Copy full SHA for dd41a39
modules/programs/swaylock.nix
@@ -36,7 +36,7 @@ in {
36
package = mkPackageOption pkgs "swaylock" { nullable = true; };
37
38
settings = mkOption {
39
- type = with types; attrsOf (oneOf [ bool float int str ]);
+ type = with types; attrsOf (oneOf [ bool float int path str ]);
40
default = { };
41
description = ''
42
Default arguments to {command}`swaylock`. An empty set
0 commit comments