1 { lib, fetchFromGitHub, ... }:
8 value = fetchFromGitHub {
9 name = "${v.name}-theme-${v.version}";
15 platforms = platforms.all;
16 maintainers = [ maintainers.matthewbauer maintainers.shazow ];
17 license = licenses.free;
21 (fromJSON (readFile ./themes.json)))