me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

fix astro config

author
Sean Aye
date (Aug 20, 2025, 10:53 AM -0400) commit 3065a107 parent e9bcce62 change-id xxxvyslk
+4 -2
+4 -2
home.nix
··· 310 310 command = "npx"; 311 311 args = [ 312 312 "prettier" 313 - "." 314 - "--write" 313 + "--plugin" 314 + "prettier-plugin-astro" 315 + "--parser" 316 + "astro" 315 317 ]; 316 318 }; 317 319 }