Add theme flake.nix to add tailwindcss

This commit is contained in:
Oliver Davies 2025-05-29 11:11:06 +01:00
parent 0dbbd96cda
commit 8a760f433f
3 changed files with 51 additions and 3 deletions

19
flake.lock generated
View file

@ -16,9 +16,26 @@
"type": "github"
}
},
"opdavies-theme": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"path": "./themes/opdavies",
"type": "path"
},
"original": {
"path": "./themes/opdavies",
"type": "path"
},
"parent": []
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs",
"opdavies-theme": "opdavies-theme"
}
}
},