mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-06 16:57:03 +00:00
parent
45057f353c
commit
cf5b16b45f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ in
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = [ pkgs.msmtp ];
|
home.packages = [ pkgs.msmtp ];
|
||||||
|
|
||||||
home.file.".msmtprc".text = configFile msmtpAccounts;
|
xdg.configFile."msmtp/config".text = configFile msmtpAccounts;
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
MSMTP_QUEUE = "${config.xdg.dataHome}/msmtp/queue";
|
MSMTP_QUEUE = "${config.xdg.dataHome}/msmtp/queue";
|
||||||
|
|
Loading…
Add table
Reference in a new issue