diff --git a/modules/console.nix b/modules/console.nix index bd00742..b09f1bf 100644 --- a/modules/console.nix +++ b/modules/console.nix @@ -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 diff --git a/modules/home-config.nix b/modules/home-config.nix index 79c3f34..8c7ed1d 100644 --- a/modules/home-config.nix +++ b/modules/home-config.nix @@ -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 = {