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