My journey to nix flakes, part 2
You can access part 1 here.
If you check the home-manager repo for instructions, it looks quite simple. The first step is to add home-manager to inputs:
inputs = {
home-manager.url = "github:nix-community/home-manager";
};
followed up by adding th...
anilanar.hashnode.dev1 min read