I tried to follow your youtube tutorial on dotfile management with nix and home-manager, but when I try to follow your home-manager home.nix configuration, I get the following error message:
error: the path '~/.dotfiles/zshrc/.zshrc' can not be resolved in pure mode
I also tried an absolute path /Users/<my_username> and a relative path after moving my dotfile directory inside my nix-darwin directory, but the former didn't work either and the latter caused deletion issues of the dotfile repo when it replaced my nix-darwin directory.
Do you use impure evaluation with nix-darwin/home-manager? Is there another way around this error?