Move todo file

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-09-21 22:30:56 +01:00
parent 471bd8ca54
commit aeed0327a2
2 changed files with 8 additions and 1 deletions

7
modules/wiki.nix Normal file
View file

@ -0,0 +1,7 @@
{
flake.modules.homeManager.base =
{ config, ...}:
{
home.sessionVariables.WIKI_DIRECTORY = "${config.xdg.userDirs.documents}/wiki";
};
}