Rename wiki to notes
All checks were successful
/ check (push) Successful in 1m30s

This commit is contained in:
Oliver Davies 2025-09-30 22:56:22 +01:00
parent 3b76d3924d
commit 630ebed658
3 changed files with 3 additions and 3 deletions

View file

@ -2,6 +2,6 @@
flake.modules.homeManager.base =
{ config, ...}:
{
home.sessionVariables.WIKI_DIRECTORY = "${config.xdg.userDirs.documents}/wiki";
home.sessionVariables.NOTES_DIRECTORY = "${config.xdg.userDirs.documents}/notes";
};
}