feat(home): mail config + g shortcut key for lazygit

This commit is contained in:
Florian Schmitt 2024-04-07 13:02:04 +03:00
parent 0aaf01e68f
commit ab51991083

View file

@ -176,14 +176,14 @@ in {
imap = { imap = {
host = "mrflos.pw"; host = "mrflos.pw";
port = 993; port = 993;
tls.enable = true; #tls.enable = true;
tls.useStartTls = true; #tls.useStartTls = true;
}; };
smtp = { smtp = {
host = "mrflos.pw"; host = "mrflos.pw";
port = 587; port = 587;
tls.useStartTls = true; #tls.useStartTls = true;
}; };
}; };
"contact@yeswiki.pro" = { "contact@yeswiki.pro" = {
@ -198,6 +198,23 @@ in {
port = 993; 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 = { smtp = {
host = "mail.infomaniak.com"; host = "mail.infomaniak.com";
port = 465; port = 465;
@ -263,6 +280,7 @@ in {
shellAliases = { shellAliases = {
#tmux = "tmux -f ~/.config/tmux/tmux.conf attach || tmux -f ~/.config/tmux/tmux.conf new"; #tmux = "tmux -f ~/.config/tmux/tmux.conf attach || tmux -f ~/.config/tmux/tmux.conf new";
bunx = "bun --bun x"; 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"; 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"; icat = "kitty +kitten icat";
nixedit = "vi /etc/nixos"; nixedit = "vi /etc/nixos";