diff options
| author | peel <piotr@codearsonist.com> | 2018-03-05 07:10:27 +0100 |
|---|---|---|
| committer | peel <piotr@codearsonist.com> | 2018-03-05 07:10:27 +0100 |
| commit | 81018ab64daaebf04c3210bd27ae080ef4aa665a (patch) | |
| tree | 625f0c42d0f18d1afab0e65a3dc1449173a9369e /modules | |
| parent | 577961c16222c0d31509265c4a2a3f475029ca60 (diff) | |
removes accessibility setting as it's been removed by darwin
for the record, this is related to https://support.apple.com/en-us/HT204899
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/services/skhd/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/services/skhd/default.nix b/modules/services/skhd/default.nix index 73a6ff7..093fdd3 100644 --- a/modules/services/skhd/default.nix +++ b/modules/services/skhd/default.nix @@ -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 = { |
