2022-05-05 23:01:56 -04:00
|
|
|
{ config, ... }: {
|
|
|
|
|
|
|
|
home-manager.users.${config.user} = {
|
2022-05-01 23:39:50 -04:00
|
|
|
|
|
|
|
home.sessionVariables = {
|
2022-06-20 08:39:41 -04:00
|
|
|
NOTES_PATH = "${config.homePath}/dev/personal/notes";
|
2022-05-01 23:39:50 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
}
|