Filter nerdfonts to only install "Meslo"

This commit is contained in:
Paul-Henri Froidmont 2021-06-30 21:41:07 +02:00
parent 686da6cb66
commit 132a47d5c4
2 changed files with 1 additions and 4 deletions

View file

@ -8,8 +8,6 @@
thefuck thefuck
atool atool
linuxPackages.perf linuxPackages.perf
meslo-lg
nerdfonts
]; ];
programs = { programs = {

View file

@ -23,8 +23,7 @@
]; ];
fonts = { fonts = {
fonts = with pkgs; [ fonts = with pkgs; [
meslo-lg (nerdfonts.override { fonts = [ "Meslo" ]; })
nerdfonts
]; ];
fontconfig.defaultFonts = { fontconfig.defaultFonts = {
monospace = [ "MesloLGMDZ Nerd Font Mono" ]; monospace = [ "MesloLGMDZ Nerd Font Mono" ];