Fonts: Difference between revisions

imported>Extends
Integrated the option to use to download only certain fonts from nerdfonts repository on unstable.
imported>Moleksiak
m Added parentheses so that override is properly recognized as one element of the list
Line 44: Line 44:


   fonts.fonts = with pkgs; [
   fonts.fonts = with pkgs; [
     nerdfonts.override {
     (nerdfonts.override {
       fonts = [ "FiraCode" "DroidSansMono" ];
       fonts = [ "FiraCode" "DroidSansMono" ];
     }
     })
   ];
   ];
}
}