fix: impure home directory reference

This commit is contained in:
lily 2024-07-26 19:56:45 -04:00
parent 8abce6beab
commit 37234c4da7
Signed by: lily
GPG key ID: 601F3263FBCBC4B9

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";
};
}