23.11: fonts config has been renamed
This commit is contained in:
parent
24b3e96009
commit
82cec5c3e5
1 changed files with 2 additions and 2 deletions
|
@ -242,13 +242,13 @@
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/Fonts
|
# https://nixos.wiki/wiki/Fonts
|
||||||
fonts = {
|
fonts = {
|
||||||
fonts = with pkgs; [
|
enableDefaultPackages = true;
|
||||||
|
packages = with pkgs; [
|
||||||
# Nerd Fonts patches glyph icons, such as from Font Awesome, into existing fonts
|
# Nerd Fonts patches glyph icons, such as from Font Awesome, into existing fonts
|
||||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||||
font-awesome # waybar uses Font Awesome icons directly
|
font-awesome # waybar uses Font Awesome icons directly
|
||||||
];
|
];
|
||||||
fontDir.enable = true; # TODO?
|
fontDir.enable = true; # TODO?
|
||||||
enableDefaultFonts = true;
|
|
||||||
fontconfig.defaultFonts = {
|
fontconfig.defaultFonts = {
|
||||||
monospace = [ "JetBrainsMonoNL Nerd Font" ]; # NL = NoLigatures
|
monospace = [ "JetBrainsMonoNL Nerd Font" ]; # NL = NoLigatures
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue