forked from mirrors/nixpkgs
iosevka-comfy: Sort and comment variants
This commit is contained in:
parent
dd76912be8
commit
fdf6326758
1 changed files with 5 additions and 2 deletions
|
@ -2,13 +2,16 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
sets = [
|
sets = [
|
||||||
|
# The compact, sans-serif set:
|
||||||
"comfy"
|
"comfy"
|
||||||
"comfy-fixed"
|
"comfy-fixed"
|
||||||
"comfy-duo"
|
"comfy-duo"
|
||||||
"comfy-wide"
|
# The compact, serif set:
|
||||||
"comfy-wide-fixed"
|
|
||||||
"comfy-motion"
|
"comfy-motion"
|
||||||
"comfy-motion-duo"
|
"comfy-motion-duo"
|
||||||
|
# The wide, sans-serif set:
|
||||||
|
"comfy-wide"
|
||||||
|
"comfy-wide-fixed"
|
||||||
];
|
];
|
||||||
version = "0.4.0";
|
version = "0.4.0";
|
||||||
src = fetchFromSourcehut {
|
src = fetchFromSourcehut {
|
||||||
|
|
Loading…
Add table
Reference in a new issue