[tohru] Install Microsoft core web fonts

This commit is contained in:
Katherina Walshe-Grey 2024-06-07 22:08:37 +01:00
parent 87de39d257
commit bf8e65ebe3
2 changed files with 8 additions and 0 deletions

7
common/fonts.nix Normal file
View file

@ -0,0 +1,7 @@
{ config, lib, pkgs, ... }:
{
fonts.packages = with pkgs; [
corefonts
];
}

View file

@ -5,6 +5,7 @@
[
./hardware-configuration.nix
./home.nix
../../common/fonts.nix
../../common/steam.nix
];