Iosevka icon

Iosevka 33.3.6

Installation

System wide:

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

Home Manager:

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

Package Definition

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