feat(home): mail config + g shortcut key for lazygit
This commit is contained in:
parent
0aaf01e68f
commit
ab51991083
1 changed files with 21 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue