This commit is contained in:
Michael Thomson
2026-02-05 10:11:53 -05:00
parent 73fbc14e7a
commit 004ccccc35
11 changed files with 1170 additions and 634 deletions

View File

@@ -51,6 +51,8 @@ in {
];
notes = with pkgs; [
zk
tinymist
typst
];
lua = with pkgs; [
lua-language-server
@@ -74,6 +76,7 @@ in {
vscode-langservers-extracted
stylelint-lsp
tailwindcss-language-server
vscode-css-languageserver
];
yaml = with pkgs; [
yaml-language-server
@@ -102,6 +105,7 @@ in {
(nvim-treesitter.withPlugins (
plugins:
nvim-treesitter.allGrammars ++ [kulala-grammer]
))
snacks-nvim
gruvbox-nvim
@@ -122,7 +126,7 @@ in {
optionalPlugins = {
notes = with pkgs.vimPlugins; [
zk-nvim
render-markdown-nvim
typst-preview-nvim
];
go = with pkgs.vimPlugins; [
nvim-dap-go
@@ -219,7 +223,7 @@ in {
};
# anything else to pass and grab in lua with `nixCats.extra`
extra = {
nixdExtras.nixpkgs = ''import ${pkgs.path} {}'';
nixdExtras.nixpkgs = ''import <nixpkgs> { }'';
};
};
};