Update NixOS config.

This commit is contained in:
Elias Gasparis 2025-01-05 08:24:47 +08:00
parent 46c9fbc90e
commit 0df7a4da6f
6 changed files with 7 additions and 6 deletions

View file

@ -1,22 +0,0 @@
{ config, pkgs, ... }:
{
# Fonts
fonts.packages = with pkgs; [
corefonts
vistafonts
noto-fonts
noto-fonts-cjk-sans
noto-fonts-cjk-serif
noto-fonts-emoji
liberation_ttf
fira-code
fira-code-symbols
mplus-outline-fonts.githubRelease
dina-font
proggyfonts
iosevka
];
fonts.fontDir.enable = true;
}