summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-07-05 22:39:16 -0700
committerBen Sima <ben@bsima.me>2019-07-05 22:39:16 -0700
commitf13f085c2ad8d18334853ece7dc2ae6fd9274d47 (patch)
tree99dbdd1f1c47ce46aa7febfcf7ad617f3defe1cd /common.nix
parent1b1c606103990e7ba4090553fe87798ec54b6ac8 (diff)
note about setting the keyboard
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index 9d7458d..f18a229 100644
--- a/common.nix
+++ b/common.nix
@@ -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) +