more zk
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
./plugins/oil.nix
|
./plugins/oil.nix
|
||||||
./plugins/toggleterm.nix
|
./plugins/toggleterm.nix
|
||||||
./plugins/treesitter.nix
|
./plugins/treesitter.nix
|
||||||
|
./plugins/zk.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
programs.nixvim.plugins.zk = {
|
programs.nixvim.plugins.zk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {};
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,16 +1,9 @@
|
|||||||
{
|
{
|
||||||
programs.zk = {
|
programs.zk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {};
|
||||||
notebook = {
|
|
||||||
path = "~/Projects/Personal/Zettelkasten";
|
|
||||||
};
|
|
||||||
note = {
|
|
||||||
language = "en";
|
|
||||||
};
|
|
||||||
extra = {
|
|
||||||
author = "Christoph Schmatzler";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
home.sessionVariables = {
|
||||||
|
ZK_NOTEBOOK_DIR = "$HOME/Projects/Personal/Zettelkasten";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,5 +39,6 @@ with pkgs; [
|
|||||||
tree-sitter
|
tree-sitter
|
||||||
unzip
|
unzip
|
||||||
vivid
|
vivid
|
||||||
|
ov
|
||||||
zip
|
zip
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user