iosevka-comfy: Sort and comment variants

This commit is contained in:
Damien Cassou 2022-09-16 10:10:34 +02:00
parent dd76912be8
commit fdf6326758
No known key found for this signature in database
GPG key ID: B68746238E59B548

View file

@ -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 {