diff --git a/modules/programs/waylogout.nix b/modules/programs/waylogout.nix index 85cdb43a4..cb6dc4bb9 100644 --- a/modules/programs/waylogout.nix +++ b/modules/programs/waylogout.nix @@ -16,7 +16,7 @@ in { package = lib.mkPackageOption pkgs "waylogout" { nullable = true; }; settings = lib.mkOption { - type = with lib.types; attrsOf (oneOf [ bool float int str ]); + type = with lib.types; attrsOf (oneOf [ bool float int path str ]); default = { }; description = '' Default arguments to {command}`waylogout`. An empty set