nixos/core-desktop: specify Meslo in nerdfonts
This commit is contained in:
parent
375a3f379e
commit
f5f02b7e76
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
# Fonts
|
||||
fonts.packages = with pkgs; [
|
||||
corefonts
|
||||
nerdfonts
|
||||
(nerdfonts.override { fonts = [ "Meslo" ]; })
|
||||
roboto
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue