{
flake.modules.homeManager.base =
{ config, ...}:
home.sessionVariables.NOTES_DIRECTORY = "${config.xdg.userDirs.documents}/notes";
};
}