diff --git a/common/fonts.nix b/common/fonts.nix new file mode 100644 index 0000000..1820cd9 --- /dev/null +++ b/common/fonts.nix @@ -0,0 +1,7 @@ +{ config, lib, pkgs, ... }: + +{ + fonts.packages = with pkgs; [ + corefonts + ]; +} diff --git a/hosts/tohru/configuration.nix b/hosts/tohru/configuration.nix index 845a558..388c069 100644 --- a/hosts/tohru/configuration.nix +++ b/hosts/tohru/configuration.nix @@ -5,6 +5,7 @@ [ ./hardware-configuration.nix ./home.nix + ../../common/fonts.nix ../../common/steam.nix ];