about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-09-15 08:49:32 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-09-15 08:49:32 +0200
commitf1461cc38abb774376ab393a4c830ceec4e43a10 (patch)
treeb93cfed3593d80c29d8a3f68bc9d6597a6726766 /README.md
parent1c55ebdafcd3b4c52ddf7df4bfd45312f2a92a3d (diff)
downloadpnpkgs-f1461cc38abb774376ab393a4c830ceec4e43a10.tar.gz
pnpkgs-f1461cc38abb774376ab393a4c830ceec4e43a10.zip
Change mwconfig path
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4c76016..83e6b57 100644
--- a/README.md
+++ b/README.md
@@ -4,4 +4,17 @@
 
 [![Build Status](https://travis-ci.com/pniedzwiedzinski/pnpkgs.svg?branch=master)](https://travis-ci.com/pniedzwiedzinski/pnpkgs)
 
+## Larbs mail
 
+If you use [Luke's configuration](https://github.com/LukeSmithXYZ/mutt-wizard) of neomutt as your mail client, you can get it also on NixOS. Install `nur.repos.pn.larbs-mail` and all will be installed. !!! __You need to add this to your__ `/etc/nixos/configuration.nix` __file__:
+
+```nix
+environment.etc."neomuttrc".text = builtins.readFile "${pkgs.nur.repos.pn.mutt-wizard}/share/mutt-wizard/mutt-wizard.muttrc";
+```
+
+If you have already generated muttrc file in your home you will need to change first source line:
+
+```diff
+-source /usr/local/share/mutt-wizard/mutt-wizard.muttrc
++source /etc/neomuttrc
+```