swapped kernel, updated flake, configured neorg

now using zen kernel for funsies

neorg now has a default workspace set
This commit is contained in:
Gabriella Bere 2025-08-27 21:01:23 +01:00
parent ea14299e17
commit 7c5d84486c
3 changed files with 43 additions and 38 deletions

View file

@ -19,6 +19,7 @@
vimAlias = true;
lsp.enable = true;
globals.mapleader = " ";
globals.maplocalleader = ",";
utility.sleuth.enable = true; # makes vim use consistent indentations style
clipboard = {
enable = true;
@ -50,10 +51,14 @@
};
"core.dirman".config = {
workspaces = {
notes = "~/second-brain";
second-brain = "~/second-brain";
};
default_workspace = "second-brain";
index = "index.norg";
};
"core.journal".config = {
workspace = "second-brain";
};
};
};
};