nixos/core-desktop: specify Meslo in nerdfonts

This commit is contained in:
Wroclaw 2024-08-08 09:22:37 +02:00
parent 375a3f379e
commit f5f02b7e76

View file

@ -28,7 +28,7 @@
# Fonts
fonts.packages = with pkgs; [
corefonts
nerdfonts
(nerdfonts.override { fonts = [ "Meslo" ]; })
roboto
];
};