[tohru] Install Microsoft core web fonts
This commit is contained in:
parent
87de39d257
commit
bf8e65ebe3
2 changed files with 8 additions and 0 deletions
7
common/fonts.nix
Normal file
7
common/fonts.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
corefonts
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue