Files
nixos/system/font.nix
T
2025-05-19 20:38:46 -05:00

6 lines
79 B
Nix

{pkgs, ...}: {
fonts.packages = with pkgs; [
nerd-fonts.fira-code
];
}