1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-09-11 12:49:18 +03:00

fix accessibility test

This commit is contained in:
Daiderd Jordan 2017-05-24 23:17:39 +02:00
parent beb02c612a
commit 1ca3e65198
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{
security.enableAccessibilityAccess = true;
security.accessibilityPrograms = [ "${pkgs.hello}/bin/hello" ];
test = ''