mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 07:20:13 +00:00
replace manual home dir with config option
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
home-manager.users.${config.user} = {
|
||||
|
||||
home.sessionVariables = {
|
||||
NOTES_PATH = "/home/${config.user}/dev/personal/notes";
|
||||
NOTES_PATH = "${config.homePath}/dev/personal/notes";
|
||||
};
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user