Move todo file
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
471bd8ca54
commit
aeed0327a2
2 changed files with 8 additions and 1 deletions
7
modules/wiki.nix
Normal file
7
modules/wiki.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
flake.modules.homeManager.base =
|
||||
{ config, ...}:
|
||||
{
|
||||
home.sessionVariables.WIKI_DIRECTORY = "${config.xdg.userDirs.documents}/wiki";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue