nix-config/modules/wiki.nix

8 lines
158 B
Nix
Raw Permalink Normal View History

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