This commit is contained in:
2024-09-16 10:05:34 -04:00
parent 554a4373f4
commit d0ad8b62ab
7 changed files with 175 additions and 24 deletions

View File

@@ -1,6 +1,11 @@
{ pkgs, config, ... }:
{
home.sessionVariables = {
ZK_NOTEBOOK_DIR = "\${HOME}/notes";
};
programs = {
zsh = {
enable = true;