This commit is contained in:
2025-11-19 21:06:46 +01:00
parent e6609fd6f4
commit a3b13c47ef
16 changed files with 267 additions and 837 deletions

View File

@@ -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;