tangled
alpha
login
or
join now
demsem.dev
/
nixos-config
0
fork
atom
My entire NixOS config or something!
0
fork
atom
overview
issues
pulls
pipelines
Added oxfmt for tsx files
Demetrius Semanko
1 week ago
82020f44
c58306d5
+1
1 changed file
expand all
collapse all
unified
split
home.nix
+1
home.nix
···
242
242
rust = [ "rustfmt" ];
243
243
typst = [ "typstyle" ];
244
244
html = [ "prettier" ];
245
245
+
typescriptreact = [ "oxfmt" ];
245
246
lua = [ "stylua" ];
246
247
css = [ "prettier" ];
247
248
java = [ "google-java-format" ];