diff --git a/modules/home-config.nix b/modules/home-config.nix index f192c40..18df11c 100644 --- a/modules/home-config.nix +++ b/modules/home-config.nix @@ -176,14 +176,14 @@ in { imap = { host = "mrflos.pw"; port = 993; - tls.enable = true; - tls.useStartTls = true; + #tls.enable = true; + #tls.useStartTls = true; }; smtp = { host = "mrflos.pw"; port = 587; - tls.useStartTls = true; + #tls.useStartTls = true; }; }; "contact@yeswiki.pro" = { @@ -198,6 +198,23 @@ in { port = 993; }; + smtp = { + host = "mail.infomaniak.com"; + port = 465; + }; + }; + "contact@yeswiki.net" = { + realName = "YesWiki.net"; + userName = "contact@yeswiki.net"; + address = "contact@yeswiki.net"; + + primary = false; + thunderbird = { enable = true; }; + imap = { + host = "mail.infomaniak.com"; + port = 993; + }; + smtp = { host = "mail.infomaniak.com"; port = 465; @@ -263,6 +280,7 @@ in { shellAliases = { #tmux = "tmux -f ~/.config/tmux/tmux.conf attach || tmux -f ~/.config/tmux/tmux.conf new"; bunx = "bun --bun x"; + g = "lazygit"; kdenix = "nix run github:pjones/plasma-manager --extra-experimental-features nix-command --extra-experimental-features flakes > /home/mrflos/Developpements/nixos-config/modules/home-plasma.nix"; icat = "kitty +kitten icat"; nixedit = "vi /etc/nixos";