Try the Photon for Lemmy client!
I enjoy programming. However this opinion varies wildly if my code works or not.
It brang me to develop photon!
NixOS! Definitely not for beginners, and also definitely not for people who are used to the arch way and want something similar.
It’s a declarative OS, versus most Linux distros which are imperative:
So, instead of having to install KDE and change my display manager to use it, I just add this line to my configuration file:
services.xserver.plasma5.enable = true;
If something wrong happens, I just change the config file to its old version. I can also share this config, and then the other person can run nixos-rebuild
to get my exact system configuration.
Librewolf. It is Firefox with private defaults.