This repository has been archived on 2026-01-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-01-12 22:00:09 +01:00

19 lines
220 B
Nix

{ pkgs, ... }:
{
fonts.packages = with pkgs; [
dejavu_fonts
ibm-plex
inter
noto-fonts
roboto
fira
fira-code
nerd-fonts.jetbrains-mono
nerd-fonts.hack
newcomputermodern
];
}