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