diff options
-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) + |