my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

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

at main 18 lines 366 B view raw
1{ 2 "name": "dotfiles-docs", 3 "type": "module", 4 "version": "0.0.1", 5 "private": true, 6 "scripts": { 7 "dev": "astro dev", 8 "start": "astro dev", 9 "build": "astro build", 10 "preview": "astro preview", 11 "astro": "astro" 12 }, 13 "dependencies": { 14 "@astrojs/starlight": "^0.38.4", 15 "@catppuccin/starlight": "^2.0.1", 16 "astro": "^6.1.10" 17 } 18}