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
|
@ -23,6 +23,6 @@ in
|
||||||
(withSystem pkgs.system (psArgs: psArgs.config.packages.${name}))
|
(withSystem pkgs.system (psArgs: psArgs.config.packages.${name}))
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables.TODO_FILE = "${config.xdg.userDirs.documents}/todo.adoc";
|
home.sessionVariables.TODO_FILE = "${config.home.sessionVariables.WIKI_DIRECTORY}/todo.adoc";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
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