1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00
flake/home/fonts.nix

18 lines
272 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
inter
public-sans
inriafonts
ibm-plex
ryan-mono-bin
ryan-term-bin
commit-mono
(nerdfonts.override {
fonts = [
"CascadiaCode"
"NerdFontsSymbolsOnly"
];
})
];
}