2021-11-22 21:39:44 +01:00
|
|
|
# A list of your WordPress themes.
|
|
|
|
{ callPackage, ... }:
|
|
|
|
let
|
2021-11-22 22:04:22 +01:00
|
|
|
utils = callPackage ./fetchers-utils.nix {};
|
2021-11-22 21:39:44 +01:00
|
|
|
getTheme = utils.getTheme;
|
|
|
|
in [
|
|
|
|
(getTheme "twentyseventeen" "1.1" "1xsdz1s68mavz9i4lhckh7rqw266jqm5mn3ql1gbz03zf6ghf982")
|
|
|
|
]
|