home-manager
I found that I don't need a home-manager.
I don't want to store my configuration files in nix store. I want to deal with them in my
dotfilesrepositoryIf I use
home-manager, the configuration structure would look like this:dotfiles repository -> nix store (hard copy) -> ~/.config (symlinked)I don't want this.
I can bypass nix store by using
mkOutOfStoreSymlinkbut what's the point of using nix for configuring then?related links (haven't read them all):
What I actually want:
I want to install binaries/libaries via nix. I want to manage configuration on my own (using stow or chezmoi)