Add theme flake.nix to add tailwindcss
This commit is contained in:
parent
0dbbd96cda
commit
8a760f433f
3 changed files with 51 additions and 3 deletions
19
flake.lock
generated
19
flake.lock
generated
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue