Files
nixos/Droidnix/generated/modules/traveldroid/desktop/fonts.nix
T
2026-04-22 12:23:49 +02:00

11 lines
272 B
Nix

# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
{ lib, pkgs, config, ... }:
{
fonts.packages = with pkgs; [
nerd-fonts.iosevka
nerd-fonts.fira-code
nerd-fonts.jetbrains-mono
];
}