diff options
author | Ben Sima <ben@bsima.me> | 2018-11-27 09:39:52 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-11-27 11:38:43 -0800 |
commit | 3a15c9175c9301f3dae05344c85f72873e337a56 (patch) | |
tree | e174e4b017e491912485da3ea719b344288767c8 | |
parent | 8ba4c3e06fdb0ad3c5aba546bfc6522fe41290d9 (diff) |
Import email settings
-rw-r--r-- | linux.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ let solarized-xresources = ./xresources; in { - imports = [ ./common.nix ]; + imports = [ ./common.nix ./email.nix ]; fonts.fontconfig.enableProfileFonts = true; xresources = { |