feat(terminal): add atuin , remove 2fleurs mail

This commit is contained in:
Florian Schmitt 2024-07-28 12:10:46 +03:00
parent 90511c630d
commit 54ae2da9cf
2 changed files with 3 additions and 17 deletions

View file

@ -12,6 +12,7 @@
# $ nix search wget
environment.systemPackages = with pkgs; [
ansible
atuin
bat
btop
cargo
@ -59,6 +60,7 @@
whois
wl-clipboard
wirelesstools
yazi
yt-dlp
zellij
zoxide

View file

@ -115,23 +115,6 @@ in {
port = 465;
};
};
"mrflos@saint-ex.deuxfleurs.org" = {
realName = "Florian Schmitt";
userName = "mrflos";
address = "mrflos@saint-ex.deuxfleurs.org";
primary = false;
thunderbird = { enable = true; };
imap = {
host = "imap.saint-ex.deuxfleurs.org";
port = 993;
};
smtp = {
host = "smtp.saint-ex.deuxfleurs.org";
port = 465;
};
};
"mrflos@mrflos.pw" = {
realName = "Florian Schmitt";
userName = "mrflos";
@ -239,6 +222,7 @@ in {
initExtra = ''
export BUN_INSTALL="$HOME/.bun"
export PATH="$HOME/.local/bin:$BUN_INSTALL/bin:$PATH"
eval "$(atuin init zsh)"
eval "$(zoxide init zsh)"
'';
oh-my-zsh = {