diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-05-16 01:02:29 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-05-16 01:02:29 +0200 |
| commit | 71e3550f4ca47e0066fb8edbc4d055dbdca30cc5 (patch) | |
| tree | e93d70312ba5c33ef4c854a2eab8cc760c19d443 /modules/examples | |
| parent | 9f422bb4becd2053f27afa5e6c4af910e6e5620a (diff) | |
lnl: allow accessibility for khd and kwm
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 9209bc6..1f833fe 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -37,7 +37,9 @@ environment.extraOutputsToInstall = [ "man" ]; services.khd.enable = true; + services.khd.enableAccessibilityAccess = true; services.kwm.enable = true; + services.kwm.enableAccessibilityAccess = true; launchd.user.agents.fetch-nixpkgs = { command = "${pkgs.git}/bin/git -C ~/.nix-defexpr/nixpkgs fetch origin master"; |
