diff options
author | Ben Sima <ben@bsima.me> | 2018-07-02 09:12:18 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-07-02 09:26:38 -0700 |
commit | c6bb5f5fb1de3c26350cf0a740040df249cfc3ec (patch) | |
tree | b63e0b200c823903c5343298c39f483a5c9a1e89 /home.nix | |
parent | a5f8f838e2f4362d0a720739c75ff6ce958a0782 (diff) |
Add and configure (neo)mutt
Diffstat (limited to 'home.nix')
-rw-r--r-- | home.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -11,6 +11,13 @@ in LANG = "en_US.UTF-8"; PATH = "~/.cabal/bin:~/.local/bin:$PATH"; }; + file = { + mutt = { + text = (builtins.readFile ./muttrc) + + (builtins.readFile ./mutt/solarized.muttrc); + target = ".muttrc"; + }; + }; }; fonts.fontconfig.enableProfileFonts = true; |