dark-theme.nix (501B)
1 { lib, fetchgit }: 2 3 (fetchgit { 4 name = "goldendict-dark-theme-2018-11-08"; 5 url = "https://gist.github.com/ilius/5a2f35c79775267fbdb249493c041453"; 6 rev = "5c616fa"; 7 sha256 = "1rpkfcjp3dhdnrnf68id956hvm8bn655cp8v4if5s753vx5ni012"; 8 }) 9 // { 10 meta = { 11 description = "GoldenDict Dark Theme"; 12 homepage = "https://gist.github.com/ilius/5a2f35c79775267fbdb249493c041453"; 13 license = lib.licenses.free; 14 maintainers = [ lib.maintainers.sikmir ]; 15 platforms = lib.platforms.all; 16 }; 17 }