Hello. Hope someone can help me here.
My path does not get recognized, when i try to build it says:
error: path ‘/nix/store/7hf6vx384cd79fyws2r5dvj7lij7xiy9-source/softwareconf/.doom/doom-emacs-private’ does not exist
Even thought it exists
doom-emacs.nix:
{pkgs, config, … }:
{
home-manager.users.${config.my.username}={
programs.doom-emacs = {
doomDir = .doom/doom-emacs-private; # or e.g. ./doom.d
for a local configuration
};
};
}
tree:
├── bashrc.nix
├── .doom
│ └── doom-emacs-private
│ ├── . . .
├── doom-emacs.nix
├── fish.nix
. . .
for more details you can also look at my repo: