nur/modules/web-apps/wordpress/themes.nix
2021-11-22 22:04:22 +01:00

8 lines
236 B
Nix

# A list of your WordPress themes.
{ callPackage, ... }:
let
utils = callPackage ./fetchers-utils.nix {};
getTheme = utils.getTheme;
in [
(getTheme "twentyseventeen" "1.1" "1xsdz1s68mavz9i4lhckh7rqw266jqm5mn3ql1gbz03zf6ghf982")
]