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
16a2a802de
commit
e4a40b441e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in {
|
||||||
package = lib.mkPackageOption pkgs "waylogout" { nullable = true; };
|
package = lib.mkPackageOption pkgs "waylogout" { nullable = true; };
|
||||||
|
|
||||||
settings = lib.mkOption {
|
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 = { };
|
default = { };
|
||||||
description = ''
|
description = ''
|
||||||
Default arguments to {command}`waylogout`. An empty set
|
Default arguments to {command}`waylogout`. An empty set
|
||||||
|
|
Loading…
Add table
Reference in a new issue