[tohru] Install Microsoft core web fonts
This commit is contained in:
parent
87de39d257
commit
bf8e65ebe3
7
common/fonts.nix
Normal file
7
common/fonts.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
corefonts
|
||||
];
|
||||
}
|
|
@ -5,6 +5,7 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
./home.nix
|
||||
../../common/fonts.nix
|
||||
../../common/steam.nix
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue