mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
committed by
Robert Helgesson
parent
45057f353c
commit
cf5b16b45f
@@ -66,7 +66,7 @@ in
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = [ pkgs.msmtp ];
|
||||
|
||||
home.file.".msmtprc".text = configFile msmtpAccounts;
|
||||
xdg.configFile."msmtp/config".text = configFile msmtpAccounts;
|
||||
|
||||
home.sessionVariables = {
|
||||
MSMTP_QUEUE = "${config.xdg.dataHome}/msmtp/queue";
|
||||
|
||||
Reference in New Issue
Block a user