This commit is contained in:
2026-01-31 14:47:57 -05:00
parent 84eef30638
commit 1ba23b4371

View File

@@ -171,6 +171,7 @@
mkhl.direnv # recognize custom nix environments mkhl.direnv # recognize custom nix environments
tamasfe.even-better-toml # toml file support tamasfe.even-better-toml # toml file support
myriad-dreamin.tinymist # typst files myriad-dreamin.tinymist # typst files
tekumara.typos-vscode # spellcheck
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [ ] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{ {
name = "skillavid-pure-black"; name = "skillavid-pure-black";
@@ -267,6 +268,8 @@
hyprshot # screenshots hyprshot # screenshots
typst # typst compilation typst # typst compilation
tinymist # typst previews tinymist # typst previews
hunspell # spellcheck dictionaries
hunspellDicts.en_US-large
]; ];
}; };