diff --git a/home/home.nix b/home/home.nix index 22600f2..512b9e3 100644 --- a/home/home.nix +++ b/home/home.nix @@ -157,6 +157,6 @@ }; xdg.configFile."emacs".enable = false; - #xdg.configFile."msmtp".source = ../dotfiles/dot_msmtprc; + home.file.".msmtprc".source = ../dotfiles/dot_msmtprc; home.file.".mbsyncrc".source = ../dotfiles/dot_config/isyncrc; }