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