Iosevka SS04 icon

Iosevka SS04 33.2.0

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "font-iosevka-ss04",
  "version": "33.2.0",
  "src": {
    "url": "https://github.com/be5invis/Iosevka/releases/download/v33.2.0/SuperTTC-IosevkaSS04-33.2.0.zip",
    "sha256": "7977ecafb8fc29050d8a386a13a1c89ac2b58b02e5b72cf421383179d9f1f94d"
  },
  "installPhase": [
    "mkdir -p \"$out/Library/Fonts/IosevkaSS04.ttc\" && cp -r \"IosevkaSS04.ttc\" \"$out/Library/Fonts\""
  ],
  "meta": {
    "homepage": "https://github.com/be5invis/Iosevka/"
  }
}