Iosevka SS04 icon

Iosevka SS04 32.3.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": "32.3.0",
  "src": {
    "url": "https://github.com/be5invis/Iosevka/releases/download/v32.3.0/SuperTTC-IosevkaSS04-32.3.0.zip",
    "sha256": "4ca76f2f6934fc41ee5fa56c1f4efc000fcc996c7fcd5b940ba68ea95af57e1e"
  },
  "installPhase": [
    "mkdir -p \"$out/Library/Fonts\" && cp -r \"IosevkaSS04.ttc\" \"$out/Library/Fonts/IosevkaSS04.ttc\""
  ],
  "meta": {
    "homepage": "https://github.com/be5invis/Iosevka/"
  }
}