accountrc

This commit is contained in:
Alexander Bantyev 2020-05-12 15:18:18 +03:00
parent 960729f6e5
commit 940450057c
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -6,7 +6,16 @@
command = "${pkgs.sylpheed}/bin/sylpheed";
}
];
home.file.".sylpheed-2.0/accountrc".text = ''
home.activation."accountrc" = {
data = ''
$DRY_RUN_CMD rm -f ~/.sylpheed-2.0/accountrc
$DRY_RUN_CMD cp ~/.sylpheed-2.0/accountrc.home ~/.sylpheed-2.0/accountrc
$DRY_RUN_CMD chmod 700 ~/.sylpheed-2.0/accountrc
'';
before = [ ];
after = [ "linkGeneration" ];
};
home.file.".sylpheed-2.0/accountrc.home".text = ''
[Account: 1]
account_name=balsoft@balsoft.ru
is_default=1