7 lines
84 B
Nix
7 lines
84 B
Nix
{ pkgs, ... }:
|
|
{
|
|
fonts.packages = with pkgs; [
|
|
nerd-fonts.martian-mono
|
|
];
|
|
}
|