dotfiles/home/apps/fonts.nix

9 lines
157 B
Nix
Raw Normal View History

2023-05-13 07:10:37 +02:00
{pkgs, ...}: {
2023-05-13 07:04:20 +02:00
home.packages = with pkgs; [
(nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];})
victor-mono
ibm-plex
xkcd-font
];
}