Use home-manager Instead of nix-env
home-manager allows reprodicuble builds compared to nix-env. You can port your configuration to any machine and expect it to work the same.
This post assumes you are on a non-NixOS Linux system.
Getting nix
Nix can be installed via a simple shell scr...
hashnode.adityakumar.xyz2 min read