# This overlay provides a set of customized pkgs. self: super: { qutebrowserWE = super.qutebrowser.override { withWebEngineDefault = true; }; iosevka-hskl = let tags = [ "ss08" # Use Pragmata Pro Style "term" # Disable ligature/ligation ]; in super.iosevka.override { nodejs = super.nodejs-8_x; design = tags; set = "PPStyle"; }; vim-samae = super.callPackage ./vim {}; # Bug fixes: scientifica-font = super.callPackage ./scientifica-font {}; curie-font = super.callPackage ./curie-font {}; ripmime = super.ripmime.override { stdenv = super.overrideCC super.stdenv super.gcc6; }; # Originally from Mats Rauhala ®2018 copy = super.writeScriptBin "copy" '' function clean() { sleep 10 echo cleaning ${super.xclip}/bin/xclip -sel clipboard -i /dev/null } ${super.xclip}/bin/xclip -sel clipboard < /dev/stdin clean & ''; }