1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

removes accessibility setting as it's been removed by darwin

for the record, this is related to https://support.apple.com/en-us/HT204899
This commit is contained in:
peel 2018-03-05 07:10:27 +01:00
parent 577961c162
commit 81018ab64d

View file

@ -30,8 +30,6 @@ in {
config = mkIf cfg.enable {
security.accessibilityPrograms = [ "${cfg.package}/bin/skhd" ];
environment.etc."skhdrc".text = cfg.skhdConfig;
launchd.user.agents.skhd = {