fix: impure home directory reference

This commit is contained in:
luxzi 2024-07-26 19:56:45 -04:00
parent 6614941d6c
commit d60153a7bc
No known key found for this signature in database
GPG key ID: C90237A70F2FDD53

View file

@ -17,6 +17,6 @@
home.file.".doom.d" = {
source = ./doom-emacs/.doom.d;
recursive = true;
onChange = builtins.getEnv "HOME" + "/.emacs.d/bin/doom sync";
onChange = "${config.home.homeDirectory}/.emacs.d/bin/doom sync";
};
}