Iosevka SS18 icon

Iosevka SS18 33.0.0

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "font-iosevka-ss18",
  "version": "33.0.0",
  "src": {
    "url": "https://github.com/be5invis/Iosevka/releases/download/v33.0.0/SuperTTC-IosevkaSS18-33.0.0.zip",
    "sha256": "4c0bf6ef9f4c3a53ad514d41b643771eaff0da59e831c9e9d3cf3142d9bf5427"
  },
  "installPhase": [
    "mkdir -p \"$out/Library/Fonts\" && cp -r \"IosevkaSS18.ttc\" \"$out/Library/Fonts/IosevkaSS18.ttc\""
  ],
  "meta": {
    "homepage": "https://github.com/be5invis/Iosevka/"
  }
}