Files
rice-flakes/modules/core/fonts.nix
2025-07-10 13:01:20 -05:00

7 lines
84 B
Nix

{ pkgs, ... }:
{
fonts.packages = with pkgs; [
nerd-fonts.martian-mono
];
}