Iosevka SS11 icon

Iosevka SS11 33.3.3

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    font-iosevka-ss11 # Iosevka SS11
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    font-iosevka-ss11 # Iosevka SS11
  ];
}

Package Definition

{
  "pname": "font-iosevka-ss11",
  "version": "33.3.3",
  "src": {
    "url": "https://github.com/be5invis/Iosevka/releases/download/v33.3.3/SuperTTC-IosevkaSS11-33.3.3.zip",
    "sha256": "d1f4295eecee54549c731b48a216e13b694423ae3118fd3c50d0b1ebfa011e4c"
  },
  "installPhase": [
    "mkdir -p \"$out/Library/Fonts/IosevkaSS11.ttc\" && cp -r \"IosevkaSS11.ttc\" \"$out/Library/Fonts\""
  ],
  "meta": {
    "homepage": "https://github.com/be5invis/Iosevka/"
  }
}