Browse Source

Deploy authinfo file with home manager

main
parent
commit
bef9506675
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 4
      README.org
  2. 4
      modules/emacs.nix

4
README.org

@ -2514,6 +2514,10 @@ epkgs.mu4e-alert
#+NAME: emacs-mu4e-config
#+BEGIN_SRC nix
# Deploy the authinfo file.
home.file.".authinfo.gpg".source = ./config/authinfo.gpg;
# Deploy the isync configuration file.
home.file.".mbsyncrc" = {
text = ''
IMAPStore xyz-remote

4
modules/emacs.nix

@ -92,6 +92,10 @@ in {
exec ./.xsession
'';
};
# Deploy the authinfo file.
home.file.".authinfo.gpg".source = ./config/authinfo.gpg;
# Deploy the isync configuration file.
home.file.".mbsyncrc" = {
text = ''
IMAPStore xyz-remote

Loading…
Cancel
Save