From 1ba23b437150651906f431e3caa18fe0e1383ce9 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 31 Jan 2026 14:47:57 -0500 Subject: [PATCH] updated --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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 ]; };