My entire NixOS config or something!

Added oxfmt for tsx files

+1
+1
home.nix
··· 242 242 rust = [ "rustfmt" ]; 243 243 typst = [ "typstyle" ]; 244 244 html = [ "prettier" ]; 245 + typescriptreact = [ "oxfmt" ]; 245 246 lua = [ "stylua" ]; 246 247 css = [ "prettier" ]; 247 248 java = [ "google-java-format" ];