revert to cascadia-code 2102.25
i really can't handle the cursive anymore it's literally unreadable
This commit is contained in:
parent
60deb2da8d
commit
e2408b449c
1 changed files with 12 additions and 0 deletions
12
overlays/cascadia-code.nix
Normal file
12
overlays/cascadia-code.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
self: super: {
|
||||||
|
cascadia-code = let version = "2102.25"; in super.fetchzip {
|
||||||
|
name = "cascadia-code-${version}";
|
||||||
|
url = "https://github.com/microsoft/cascadia-code/releases/download/v${version}/CascadiaCode-${version}.zip";
|
||||||
|
sha256 = "14qhawcf1jmv68zdfbi2zfqdw4cf8fpk7plxzphmkqsp7hlw9pzx";
|
||||||
|
postFetch = ''
|
||||||
|
mkdir -p $out/share/fonts/
|
||||||
|
unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
|
||||||
|
unzip -j $downloadedFile \*.ttf -d $out/share/fonts/truetype
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue