NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.09k stars 13.4k forks source link

nerdfonts not installing #47921

Closed nrdxp closed 5 years ago

nrdxp commented 5 years ago

Issue description

nerdfonts is not installing from nixpkgs-unstable neither on arch linux or nixos. Nothing appears on the command line and it doesn't appear to be doing anything.

Steps to reproduce

try to install nerdfonts and it gets stuck right after downloading the tarball

Technical details

Please run nix-shell -p nix-info --run "nix-info -m" and paste the results.

jtojnar commented 5 years ago

How are you trying to install the package?

emmanuelrosa commented 5 years ago

See if this helps: https://www.youtube.com/watch?v=iKCSsmDylWM&t=3s

nrdxp commented 5 years ago

trying to install via configuration.nix as well as ad-hoc from command line and encounter same issue both ways.

jmackie commented 5 years ago

+1

emmanuelrosa commented 5 years ago

Well, an ad-hoc install will not work because a NixOS module is used to install fonts. Fonts don't provide an executable, so you won't see anything new in the command line. What does your configuration.nix look like?

nrdxp commented 5 years ago

relevant section is

with pkgs;
fonts.fonts = [ nerdfonts powerline-fonts ];

every other font installs and is usuable just fine this way except for nerdfonts.

emmanuelrosa commented 5 years ago

OK, now on NixOS open /etc/fonts/fonts.conf and scroll to the bottom. You should have <dir> entries that look like this:

<dir>/nix/store/8gn2b5vvlazg608cj1y5l4igp9rckmnq-dejavu-fonts-minimal-2.37</dir>

Do you have such an entry for both fonts?

nrdxp commented 5 years ago

I am sorry for not making myself clear but the font fails to install, as in when I have that line in my configuration the deployment of said configuration gets stuck at the point of trying to build the nerdfonts package and I have to kill the process and remove the line in order for the configuration to deploy properly. I believe the package is somehow broken as I have tested now on multiple systems with the same result. If you try and install the package with nix-env the same result will occur and you will have to kill the process as it hangs infinitely.

emmanuelrosa commented 5 years ago

The package is not broken. The issue is that the tarball is ~2.0G in size thus it takes a while to download. Then, once downloaded it needs to be extracted. After that, many files are copied into the Nix store. The Nix path dump size for the package is 1.9G. Here are the files in the package (which shows it can be built successfully):

/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/3270-Medium Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/3270-Medium Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/3270 Narrow Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/3270 Narrow Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/3270 Semi-Narrow Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/3270 Semi-Narrow Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Anonymice Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Anonymice Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Arimo Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Arimo Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Arimo Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Arimo Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Arimo Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Arimo Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Arimo Regular Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Arimo Regular Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/AurulentSansMono-Regular Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/AurulentSansMono-Regular Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Bitstream Vera Sans Mono Bold Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Bitstream Vera Sans Mono Bold Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Bitstream Vera Sans Mono Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Bitstream Vera Sans Mono Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Bitstream Vera Sans Mono Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Bitstream Vera Sans Mono Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Bitstream Vera Sans Mono Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Bitstream Vera Sans Mono Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Code New Roman Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Code New Roman Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Code New Roman Bold Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Code New Roman Bold Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Code New Roman Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Code New Roman Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Cousine Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Cousine Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Cousine Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Cousine Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Cousine Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Cousine Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Cousine Regular Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Cousine Regular Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/DejaVu Sans Mono Bold Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/DejaVu Sans Mono Bold Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/DejaVu Sans Mono Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/DejaVu Sans Mono Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/DejaVu Sans Mono Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/DejaVu Sans Mono Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/DejaVu Sans Mono Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/DejaVu Sans Mono Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Droid Sans Mono Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Droid Sans Mono Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fantasque Sans Mono Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fantasque Sans Mono Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fantasque Sans Mono Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fantasque Sans Mono Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fantasque Sans Mono Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fantasque Sans Mono Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fantasque Sans Mono Regular Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fantasque Sans Mono Regular Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fura Code Bold Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fura Code Bold Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fura Code Light Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fura Code Light Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fura Code Medium Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fura Code Medium Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fura Code Regular Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fura Code Regular Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fura Code Retina Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fura Code Retina Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fura Mono Bold Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fura Mono Bold Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fura Mono Medium Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fura Mono Medium Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fura Mono Regular Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Fura Mono Regular Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Go Mono Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Go Mono Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Go Mono Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Go Mono Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Go Mono Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Go Mono Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Go Mono Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Go Mono Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/GohuFont Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/GohuFont Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hack Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hack Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hack Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hack Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hack Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hack Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hack Regular Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hack Regular Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Black Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Black Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Black Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Black Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Bold Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Bold Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Bold Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Bold Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug ExtraLight Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug ExtraLight Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug ExtraLight Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug ExtraLight Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Light Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Light Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Light Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Light Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Medium Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Medium Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Medium Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Medium Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Semibold Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Semibold Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Semibold Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hasklug Semibold Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Heavy Data Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Heavy Data Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hurmit Bold Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hurmit Bold Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hurmit Light Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hurmit Light Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hurmit Medium Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Hurmit Medium Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Inconsolata Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Inconsolata Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/InconsolataGo Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/InconsolataGo Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/InconsolataGo Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/InconsolataGo Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Inconsolata LGC Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Inconsolata LGC Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Inconsolata LGC Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Inconsolata LGC Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Inconsolata LGC Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Inconsolata LGC Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Inconsolata LGC Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Inconsolata LGC Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Bold Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Bold Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Bold Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Bold Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Extralight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Extralight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Extralight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Extralight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Extralight Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Extralight Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Extralight Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Extralight Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Extralight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Extralight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Extralight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Extralight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Heavy Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Heavy Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Heavy Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Heavy Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Heavy Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Heavy Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Heavy Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Heavy Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Heavy Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Heavy Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Heavy Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Heavy Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Light Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Light Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Light Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Light Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Medium Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Medium Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Medium Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Medium Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Thin Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Thin Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Thin Oblique Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Thin Oblique Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Term Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Iosevka Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Lekton-Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Lekton-Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Lekton-Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Lekton-Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Lekton Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Lekton Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Literation Mono Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Literation Mono Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1c black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1c black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1p black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1p black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2c black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2c black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2p black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2p black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1c bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1c bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1m bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1m bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1mn bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1mn bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1p bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1p bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2c bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2c bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2m bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2m bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2p bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2p bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1c heavy Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1c heavy Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1p heavy Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1p heavy Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2c heavy Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2c heavy Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2p heavy Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2p heavy Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1c light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1c light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1m light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1m light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1mn light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1mn light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1p light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1p light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2c light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2c light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2m light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2m light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2p light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2p light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1c medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1c medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1m medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1m medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1mn medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1mn medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1p medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1p medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2c medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2c medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2m medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2m medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2p medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2p medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1c Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1c Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1m Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1m Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1mn Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1mn Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1p Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1p Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2c Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2c Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2m Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2m Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2p Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2p Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1c thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1c thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1m thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1m thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1mn thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1mn thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1p thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 1p thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2c thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2c thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2m thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2m thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2p thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/M+ 2p thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Meslo LG L DZ Regular Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Meslo LG L DZ Regular Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Meslo LG L Regular Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Meslo LG L Regular Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Meslo LG M DZ Regular Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Meslo LG M DZ Regular Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Meslo LG M Regular Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Meslo LG M Regular Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Meslo LG S DZ Regular Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Meslo LG S DZ Regular Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Meslo LG S Regular Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Meslo LG S Regular Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/monofur bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/monofur bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/monofur italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/monofur italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/monofur Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/monofur Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Monoid Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Monoid Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Monoid Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Monoid Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Monoid Regular Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Monoid Regular Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Monoid Retina Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Monoid Retina Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/mononoki Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/mononoki Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/mononoki Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/mononoki Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/mononoki Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/mononoki Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/mononoki-Regular Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/mononoki-Regular Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Emoji Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Emoji Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Mono Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Mono Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Black Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Black Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Black Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Black Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed ExtraBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed ExtraBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed ExtraLight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed ExtraLight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed SemiBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed SemiBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Condensed Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Black Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Black Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed ExtraBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed ExtraBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed ExtraLight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed ExtraLight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed SemiBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed SemiBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraCondensed Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraLight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraLight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Regular Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Regular Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Black Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Black Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed ExtraBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed ExtraBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed ExtraLight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed ExtraLight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed SemiBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed SemiBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display SemiCondensed Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Display Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Condensed Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraCondensed Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Regular Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Regular Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono SemiCondensed Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Mono Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Black Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Black Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed ExtraBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed ExtraBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed ExtraLight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed ExtraLight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed SemiBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed SemiBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Condensed Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Black Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Black Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed ExtraBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed ExtraBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed ExtraLight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed ExtraLight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed SemiBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed SemiBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraCondensed Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraLight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraLight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Regular Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Regular Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Black Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Black Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed ExtraBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed ExtraBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed ExtraLight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed ExtraLight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed SemiBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed SemiBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans SemiCondensed Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Sans Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Black Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Black Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Black Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Black Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed ExtraBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed ExtraBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed ExtraLight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed ExtraLight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed SemiBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed SemiBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Condensed Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Black Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Black Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed ExtraBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed ExtraBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed ExtraLight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed ExtraLight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed SemiBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed SemiBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraCondensed Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraLight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraLight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Regular Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Regular Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Black Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Black Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed ExtraBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed ExtraBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed ExtraLight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed ExtraLight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed SemiBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed SemiBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display SemiCondensed Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Display Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Black Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Black Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Black Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Black Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed ExtraBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed ExtraBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed ExtraLight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed ExtraLight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed SemiBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed SemiBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Condensed Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Black Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Black Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed ExtraBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed ExtraBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed ExtraLight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed ExtraLight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed SemiBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed SemiBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraCondensed Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraLight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraLight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Regular Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Regular Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Black Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Black Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed ExtraBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed ExtraBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed ExtraBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed ExtraBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed ExtraLight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed ExtraLight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed SemiBold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed SemiBold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed SemiBold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed SemiBold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif SemiCondensed Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Noto Serif Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexicAlta Bold Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexicAlta Bold Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexicAlta Bold Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexicAlta Bold Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexicAlta Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexicAlta Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexicAlta Regular Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexicAlta Regular Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexic Bold Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexic Bold Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexic Bold Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexic Bold Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexic Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexic Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexicMono Regular Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexicMono Regular Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexic Regular Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/OpenDyslexic Regular Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Mono Bold Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Mono Bold Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Mono Light Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Mono Light Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Mono Regular Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Mono Regular Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Mono SemiBold Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Mono SemiBold Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Bold Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Bold Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Bold Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Bold Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass ExtraBold Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass ExtraBold Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass ExtraBold Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass ExtraBold Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass ExtraLight Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass ExtraLight Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass ExtraLight Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass ExtraLight Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Heavy Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Heavy Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Heavy Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Heavy Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Light Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Light Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Light Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Light Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Regular Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Regular Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass SemiBold Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass SemiBold Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass SemiBold Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass SemiBold Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Thin Italic Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Thin Italic Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Thin Nerd Font Complete Mono.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Overpass Thin Nerd Font Complete.otf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/ProFontWindows Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/ProFontWindows Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/ProFont IIx Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/ProFont IIx Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/ProggyCleanTT CE Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/ProggyCleanTT CE Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/ProggyCleanTT Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/ProggyCleanTT Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/ProggyCleanTTSZ Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/ProggyCleanTTSZ Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Thin Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Thin Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Thin Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Roboto Mono Thin Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Shure Tech Mono Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Shure Tech Mono Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Black Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Black Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Black Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Black Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro ExtraLight Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro ExtraLight Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro ExtraLight Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro ExtraLight Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Semibold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Semibold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Semibold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Sauce Code Pro Semibold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Space Mono Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Space Mono Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Space Mono Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Space Mono Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Space Mono Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Space Mono Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Space Mono Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Space Mono Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Terminess (TTF) Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Terminess (TTF) Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Terminess (TTF) Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Terminess (TTF) Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Terminess (TTF) Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Terminess (TTF) Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Terminess (TTF) Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Terminess (TTF) Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Tinos Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Tinos Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Tinos Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Tinos Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Tinos Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Tinos Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Tinos Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Tinos Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Condensed Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Condensed Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Light Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Light Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Light Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Light Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Medium Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Medium Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Medium Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Medium Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Mono Bold Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Mono Bold Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Mono Bold Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Mono Bold Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Mono Italic Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Mono Italic Nerd Font Complete.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Mono Nerd Font Complete Mono.ttf
/nix/store/yw1cfm8kd9rh6y6mciary55z9rp39x3n-nerdfonts-2.0.0/share/fonts/truetype/NerdFonts/Ubuntu Mono Nerd Font Complete.ttf
kuznero commented 5 years ago

See the same. It seems that https://github.com/ryanoasis/nerd-fonts/archive/2.0.0.tar.gz that Nix is trying to pull does not exist any longer.

emmanuelrosa commented 5 years ago

That's what I thought at first, @kuznero, but the file is in fact still there:

$ curl -O -L https://github.com/ryanoasis/nerd-fonts/archive/2.0.0.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   127    0   127    0     0    104      0 --:--:--  0:00:01 --:--:--   104
100 14.1M    0 14.1M    0     0  1558k      0 --:--:--  0:00:09 --:--:-- 2823k [I stopped the download]

Try the above with the verbose (-v) flag and see if it gives you some insight. It should redirect to https://codeload.github.com/ryanoasis/nerd-fonts/tar.gz/2.0.0 and perform the download from there.

kuznero commented 5 years ago

Yes, I can see it now. Then it likely means that when nixos-rebuild it does not redirect as it should? Or am I missing something?

nrdxp commented 5 years ago

well I don't have any network activity while the deployment is stuck. I have a Gb connection so if its downloading 2GB of data I should notice a spike in incoming traffic. The builder seems to get stuck before attempting to download anything.

emmanuelrosa commented 5 years ago

nixos-rebuild should be calling curl with the -L flag, which tells it to follow redirects. But, you can confirm by using top or htop while running nixos-rebuild. Those same commands can be used to see where nixos-rebuild is getting stuck. Running nixos-rebuild with the -v (verbose) flag may also provide some insight.

To help isolate the root cause try this: nix-prefetch-url https://github.com/ryanoasis/nerd-fonts/archive/2.0.0.tar.gz

If that succeeds the download will be taken care of and you should be able to proceed installing the font. If not, there's likely a problem with your network connectivity. There are plenty of packages using fetchFromGithub. Attempting to install those can be used to isolate the problem further.

srghma commented 5 years ago

tnx @emmanuelrosa

  1. I've downloaded https://github.com/ryanoasis/nerd-fonts/archive/2.0.0.tar.gz manually
  2. nix-prefetch-url --type sha256 --unpack --name source file:///home/$USER/Downloads/nerd-fonts-2.0.0.tar.gz 09i467hyskvzj2wn5sj6shvc9pb0a0rx5iknjkkkbg1ng3bla7nm (find expected hash https://github.com/NixOS/nixpkgs/blob/92a047a6c4d46a222e9c323ea85882d0a7a13af8/pkgs/data/fonts/nerdfonts/default.nix#L6-L11)
  3. sudo nixos-rebuild switch
monomadic commented 4 years ago

Is this real? Downloading 2GB just for a font? Yikes...

Can anyone suggest a realistic alternative?

jtojnar commented 4 years ago

@monomadic You can package just the fonts you need like https://github.com/NixOS/nixpkgs/pull/63079 did.