summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) +