Added
This commit is contained in:
@@ -1,20 +1,22 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
# icon fonts
|
||||
material-icons
|
||||
material-black-colors
|
||||
# material-black-colors
|
||||
material-design-icons
|
||||
icomoon-feather
|
||||
|
||||
# normal fonts
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
|
||||
nerdfonts
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.fira-mono
|
||||
nerd-fonts.adwaita-mono
|
||||
nerd-fonts.jetbrains-mono
|
||||
nerd-fonts.noto
|
||||
];
|
||||
|
||||
fontDir.enable = true;
|
||||
|
||||
# use fonts specified by user rather than default ones
|
||||
enableDefaultPackages = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user