From f13f085c2ad8d18334853ece7dc2ae6fd9274d47 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 5 Jul 2019 22:39:16 -0700 Subject: note about setting the keyboard --- common.nix | 4 ++++ 1 file changed, 4 insertions(+) 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) + -- cgit v1.2.3