nix-conf/system/fonts.nix
2024-03-24 23:16:17 +04:00

8 lines
86 B
Nix

{ pkgs, ... }:
{
fonts.packages = with pkgs; [
nerdfonts
font-awesome
];
}