Files
2025-07-14 15:12:21 +02:00

7 lines
99 B
Nix

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