refactor
This commit is contained in:
9
modules/zk.nix
Normal file
9
modules/zk.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
programs.zk = {
|
||||
enable = true;
|
||||
settings = {};
|
||||
};
|
||||
home.sessionVariables = {
|
||||
ZK_NOTEBOOK_DIR = "$HOME/Projects/Personal/Zettelkasten";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user