2024-12-08 20:41:35 +03:00

10 lines
109 B
Nix

{ pkgs, ... }:
{
fonts.packages = with pkgs; [
nerd-fonts.ubuntu
noto-fonts
hack-font
];
}