Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viperml/iosevka
My iosevka build, patched with nerd fonts
https://github.com/viperml/iosevka
iosevka nerd-fonts nix nix-flake
Last synced: 3 months ago
JSON representation
My iosevka build, patched with nerd fonts
- Host: GitHub
- URL: https://github.com/viperml/iosevka
- Owner: viperML
- License: mit
- Created: 2022-08-09T11:30:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T13:40:40.000Z (4 months ago)
- Last Synced: 2024-10-11T23:39:51.670Z (4 months ago)
- Topics: iosevka, nerd-fonts, nix, nix-flake
- Language: Nix
- Homepage:
- Size: 279 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# viperML/iosevka
This is my custom iosevka config.
Grab the latest zip file from
[releases](https://github.com/viperML/iosevka/releases) or build the fonts with
nix.```
$ nix build github:viperML/iosevka#iosevka-normal.base -L
```![](./screenshot.png)
## Symbols
Nerd fonts are not patched into the font. It is kind of a hack, and all
terminals/editors I use support font fallback.Download symbols separately: https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/NerdFontsSymbolsOnly
## Forking
It should be easy to fork this repo to use your [custom build
plan](./private-build-plans.toml).## IFD
This nix flake uses [Import From Derivation](https://wiki.nixos.org/wiki/Import_From_Derivation)
to import the `package-lock.json`. Feel free to change this
behavior to use a fixed hash.