mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 15:00:14 +00:00
wsl compatibility fixes
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
};
|
||||
|
||||
accounts.email = {
|
||||
maildirBasePath = "$HOME/mail";
|
||||
maildirBasePath = "${config.homePath}/mail";
|
||||
accounts = {
|
||||
home = let address = "${config.mailUser}@${config.mailServer}";
|
||||
in {
|
||||
|
Reference in New Issue
Block a user