feat(terminal): add atuin , remove 2fleurs mail
This commit is contained in:
parent
90511c630d
commit
54ae2da9cf
2 changed files with 3 additions and 17 deletions
|
@ -12,6 +12,7 @@
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ansible
|
ansible
|
||||||
|
atuin
|
||||||
bat
|
bat
|
||||||
btop
|
btop
|
||||||
cargo
|
cargo
|
||||||
|
@ -59,6 +60,7 @@
|
||||||
whois
|
whois
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
wirelesstools
|
wirelesstools
|
||||||
|
yazi
|
||||||
yt-dlp
|
yt-dlp
|
||||||
zellij
|
zellij
|
||||||
zoxide
|
zoxide
|
||||||
|
|
|
@ -115,23 +115,6 @@ in {
|
||||||
port = 465;
|
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" = {
|
"mrflos@mrflos.pw" = {
|
||||||
realName = "Florian Schmitt";
|
realName = "Florian Schmitt";
|
||||||
userName = "mrflos";
|
userName = "mrflos";
|
||||||
|
@ -239,6 +222,7 @@ in {
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
export BUN_INSTALL="$HOME/.bun"
|
export BUN_INSTALL="$HOME/.bun"
|
||||||
export PATH="$HOME/.local/bin:$BUN_INSTALL/bin:$PATH"
|
export PATH="$HOME/.local/bin:$BUN_INSTALL/bin:$PATH"
|
||||||
|
eval "$(atuin init zsh)"
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
'';
|
'';
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
|
|
Loading…
Reference in a new issue