feat: enable nixd

This commit is contained in:
Lucy Hochkamp 2023-10-12 15:10:43 +02:00
parent af77a7b187
commit 8b4d9841ab
No known key found for this signature in database
4 changed files with 92 additions and 64 deletions

8
.nixd.json Normal file
View file

@ -0,0 +1,8 @@
{
"options": {
"enable": true,
"target": {
"installable": ".#nixosConfigurations.picard.options"
}
}
}