diff options
author | Ben Sima <ben@bsima.me> | 2019-07-05 22:39:16 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-07-05 22:39:16 -0700 |
commit | f13f085c2ad8d18334853ece7dc2ae6fd9274d47 (patch) | |
tree | 99dbdd1f1c47ce46aa7febfcf7ad617f3defe1cd | |
parent | 1b1c606103990e7ba4090553fe87798ec54b6ac8 (diff) |
note about setting the keyboard
-rw-r--r-- | common.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -21,7 +21,11 @@ in XTERM_LOCALE = locale; LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; }; + + # From the command line: + # setxkbmap -option caps:ctrl_modifier keyboard.options = [ "caps:ctrl_modifier" ]; + file = { mutt = { text = (builtins.readFile ./muttrc) + |