Carve away

This commit is contained in:
2026-05-03 00:41:36 -05:00
parent 94e646392b
commit 418835c0c0
6 changed files with 155 additions and 101 deletions
+17
View File
@@ -0,0 +1,17 @@
#
# Basic system fonts
#
{ config, lib, pkgs, ... }:
{
fonts.fontconfig.enable = true;
fonts.packages = with pkgs; [
dejavu_fonts
font-awesome
ibm-plex
noto-fonts
noto-fonts-emoji
noto-fonts-cjk
roboto
];
}