nix-conf/modules/home-manager/fonts/default.nix

7 lines
86 B
Nix
Raw Normal View History

2024-04-12 05:47:49 +00:00
{pkgs, ...}: {
home.packages = with pkgs; [
jetbrains-mono
joypixels
];
}