pinwheel: Extract fonts to fonts module
This commit is contained in:
@@ -96,14 +96,6 @@
|
|||||||
bash
|
bash
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
|
||||||
noto-fonts
|
|
||||||
noto-fonts-cjk
|
|
||||||
noto-fonts-emoji
|
|
||||||
nerdfonts
|
|
||||||
liberation_ttf
|
|
||||||
];
|
|
||||||
|
|
||||||
config-manager.flakePath = "/home/alex/config";
|
config-manager.flakePath = "/home/alex/config";
|
||||||
|
|
||||||
mod = {
|
mod = {
|
||||||
|
|||||||
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