Files
nixos/system/font.nix
T
2025-05-19 20:33:56 -05:00

6 lines
68 B
Nix

{pkgs, ...}: {
fonts.packages = with pkgs; [
nerdfonts
];
}