diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2020-05-29 22:54:25 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2020-05-29 22:54:25 +0200 |
| commit | f55568ea4e31900cc40d6fcd254c7eb11e927632 (patch) | |
| tree | 8dcae8f9ec769c5fd1608669cfb22e519602dc0a /modules/examples | |
| parent | 77121650d42cbc11d5a62a9e466b0433324659fb (diff) | |
system: cleanup patches activation
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 b4a1b0d..92efb4b 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -3,6 +3,8 @@ { # imports = [ ~/.config/nixpkgs/darwin/local-configuration.nix ]; + # system.patches = [ ./pam.patch ]; + system.defaults.NSGlobalDomain.AppleKeyboardUIMode = 3; system.defaults.NSGlobalDomain.ApplePressAndHoldEnabled = false; system.defaults.NSGlobalDomain.InitialKeyRepeat = 10; |
