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
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
corefonts
|
corefonts
|
||||||
nerdfonts
|
(nerdfonts.override { fonts = [ "Meslo" ]; })
|
||||||
roboto
|
roboto
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue