• 0 Posts
  • 4 Comments
Joined 6 months ago
cake
Cake day: January 19th, 2024

help-circle

  • I’d suggest trying FairEmail on your phone, https://email.faircode.eu/, before trying to set up an email server.

    I would ask if you have good knowledge of IMAP. That allows access to a unified inbox from several devices and you don’t have to own the server. It is far preferable to webmail for me.

    I host my own email server and use many devices all over IMAP. If you need a server, nixos-mailserver is my recommendation. You could then try Roundcube on top but I bet you will use IMAP instead before you get there.



  • I have started to use Lapce (it is a bit beta) to displace VSCodium which will take time. Just discovered Helix editor as a possible daily driver. Both are in Rust and I run under NixOS.

    I am also new to Lemmy and happy to be guided as to good places to learn and share more information about all these tools.

    As a random tip:

    git config core.worktree ${PWD}
    

    Helps view --separate-git-dir repos in Lapce and VSCodium for me.