This commit is contained in:
parent
3b76d3924d
commit
630ebed658
3 changed files with 3 additions and 3 deletions
|
@ -28,6 +28,6 @@ in
|
||||||
(withSystem pkgs.system (psArgs: psArgs.config.packages.${name}))
|
(withSystem pkgs.system (psArgs: psArgs.config.packages.${name}))
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables.TODO_FILE = "${config.home.sessionVariables.WIKI_DIRECTORY}/todo.adoc";
|
home.sessionVariables.TODO_FILE = "${config.home.sessionVariables.NOTES_DIRECTORY}/todo.adoc";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,7 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
ZET_DIRECTORY = "${config.home.sessionVariables.WIKI_DIRECTORY}/zet";
|
ZET_DIRECTORY = "${config.home.sessionVariables.NOTES_DIRECTORY}/zet";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
flake.modules.homeManager.base =
|
flake.modules.homeManager.base =
|
||||||
{ config, ...}:
|
{ config, ...}:
|
||||||
{
|
{
|
||||||
home.sessionVariables.WIKI_DIRECTORY = "${config.xdg.userDirs.documents}/wiki";
|
home.sessionVariables.NOTES_DIRECTORY = "${config.xdg.userDirs.documents}/notes";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue