summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
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;