Iosevka SS12 icon

Iosevka SS12 33.3.2

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "font-iosevka-ss12",
  "version": "33.3.2",
  "src": {
    "url": "https://github.com/be5invis/Iosevka/releases/download/v33.3.2/SuperTTC-IosevkaSS12-33.3.2.zip",
    "sha256": "11d9550cf644e1f29d50f784e58157b13f301eb87f5c2e0c303253a0dbf2cab2"
  },
  "installPhase": [
    "mkdir -p \"$out/Library/Fonts/IosevkaSS12.ttc\" && cp -r \"IosevkaSS12.ttc\" \"$out/Library/Fonts\""
  ],
  "meta": {
    "homepage": "https://github.com/be5invis/Iosevka/"
  }
}