mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
fix accessibility test
This commit is contained in:
parent
beb02c612a
commit
1ca3e65198
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
security.enableAccessibilityAccess = true;
|
||||
security.accessibilityPrograms = [ "${pkgs.hello}/bin/hello" ];
|
||||
|
||||
test = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue