summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2020-05-29 22:54:25 +0200
committerDaiderd Jordan <daiderd@gmail.com>2020-05-29 22:54:25 +0200
commitf55568ea4e31900cc40d6fcd254c7eb11e927632 (patch)
tree8dcae8f9ec769c5fd1608669cfb22e519602dc0a /modules/examples
parent77121650d42cbc11d5a62a9e466b0433324659fb (diff)
system: cleanup patches activation
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/lnl.nix2
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;