diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-01-10 19:46:51 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-01-10 19:46:51 +0100 |
| commit | e0d8d10e92788e55641d7f95ed72e53c9cf1ed5c (patch) | |
| tree | 277e5671af8a655d69445c6f455430acb6bafb61 /modules/examples | |
| parent | ada37dc2b3ffe96e2d1cc9be79a2b1fc04684b11 (diff) | |
lnl: add keyboard mapping
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 6a2d378..d82cbe7 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -24,6 +24,9 @@ system.defaults.trackpad.Clicking = true; system.defaults.trackpad.TrackpadThreeFingerDrag = true; + system.keyboard.enableKeyMapping = true; + system.keyboard.remapCapsLockToControl = true; + environment.systemPackages = [ pkgs.ctags pkgs.curl |
