Skip to content

Commit ddf9517

Browse files
committed
swaylock: accept path type for settings values
1 parent c630dfa commit ddf9517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/programs/swaylock.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ in {
3636
package = mkPackageOption pkgs "swaylock" { nullable = true; };
3737

3838
settings = mkOption {
39-
type = with types; attrsOf (oneOf [ bool float int str ]);
39+
type = with types; attrsOf (oneOf [ bool float int path str ]);
4040
default = { };
4141
description = ''
4242
Default arguments to {command}`swaylock`. An empty set

0 commit comments

Comments
 (0)