Nix-Vibe public snapshot (squashed history)

This commit is contained in:
2026-09-19 13:56:12 +01:00
commit aee8fb1e9b
119 changed files with 18895 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"recommendations": [
"signage.vscode-sops"
]
}
+8
View File
@@ -0,0 +1,8 @@
{
"servers": {
"nixos": {
"command": "mcp-nixos",
"args": []
}
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"sops.ageKeyFile": "${env:HOME}/.config/sops/age/keys.txt",
"sops.encryptOnSave": true,
"sops.yaml.keyPaths": [
".sops.yaml"
],
"chat.tools.terminal.autoApprove": {
"nix": true
}
}