nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

dark-theme.nix (499B)


      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   meta = with lib; {
     10     description = "GoldenDict Dark Theme";
     11     homepage = "https://gist.github.com/ilius/5a2f35c79775267fbdb249493c041453";
     12     license = licenses.free;
     13     maintainers = [ maintainers.sikmir ];
     14     platforms = platforms.all;
     15   };
     16 }