mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
waylogout: add path support
This commit is contained in:
parent
35c938d0aa
commit
2030b3a393
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue