mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
security: add example for accessibilityPrograms
This commit is contained in:
parent
d684bbf202
commit
e02c4543b0
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ in
|
|||
security.accessibilityPrograms = mkOption {
|
||||
type = types.listOf types.path;
|
||||
default = [];
|
||||
example = literalExample ''[ ''${pkgs.hello}/bin/hello" ]'';
|
||||
description = "List of nix programs that are allowed control through the accessibility APIs.";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue