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:
parent
577961c162
commit
81018ab64d
1 changed files with 0 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue