changes :3

This commit is contained in:
zoey 2025-06-15 18:15:28 -04:00
parent c50bfc3eea
commit 0ad695abcf
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
27 changed files with 1022 additions and 656 deletions

View file

@ -0,0 +1,11 @@
{
"name": "personal-snippets",
"contributes": {
"snippets": [
{
"language": "nix",
"path": "./nixconfig.json"
}
]
}
}