pinwheel: Extract fonts to fonts module
This commit is contained in:
10
hosts/pinwheel/modules/fonts/default.nix
Normal file
10
hosts/pinwheel/modules/fonts/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
fonts.packages = [
|
||||
pkgs.noto-fonts
|
||||
pkgs.noto-fonts-cjk
|
||||
pkgs.noto-fonts-emoji
|
||||
pkgs.nerdfonts
|
||||
pkgs.liberation_ttf
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user