fix: impure home directory reference
This commit is contained in:
parent
8abce6beab
commit
37234c4da7
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue