swapped kernel, updated flake, configured neorg
now using zen kernel for funsies neorg now has a default workspace set
This commit is contained in:
parent
ea14299e17
commit
7c5d84486c
3 changed files with 43 additions and 38 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue