From e4a40b441e49443ffd25c05614ad9c134a12e53c Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 19 Mar 2025 13:57:59 -0500 Subject: [PATCH] waylogout: add path support --- modules/programs/waylogout.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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