mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
6 lines
137 B
Nix
6 lines
137 B
Nix
{pkgs, ...}: {
|
|
fonts.enableDefaultPackages = true;
|
|
fonts.packages = with pkgs; [
|
|
(nerdfonts.override {fonts = ["Hack"];})
|
|
];
|
|
}
|