7 lines
110 B
Nix
7 lines
110 B
Nix
{ pkgs }:
|
|
with pkgs; [
|
|
ibm-plex
|
|
atkinson-hyperlegible
|
|
(nerdfonts.override { fonts = [ "Go-Mono" ]; })
|
|
]
|