summary refs log tree commit diff stats
path: root/user/modules/msmtp.nix
blob: 45c2f460e00199ec7aa2f8279ccf978865cc4ac9 (plain)
1
2
3
4
5
{ config, pkgs, ... }:

{
  home.file.".msmtprc".source = ../msmtp/.msmtprc;
}