mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
waylogout: add path support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user