config.nix/system/fira-code.nix
martyTF bf430f5b71 honestly just wayyy too muchz
liek media and stuff
and fixing shit
and iinstalling adblock on browser by default

cool shiz
2025-12-22 08:15:54 +01:00

13 lines
161 B
Nix

{
config,
pkgs,
lib,
...
}:
{
environment.systemPackages = [ pkgs.nerd-fonts.fira-code ];
# console = {
# font = "FiraCode Nerd Font";
# };
}