prepare for server config
This commit is contained in:
parent
d745c36a31
commit
78241b550d
12 changed files with 26 additions and 27 deletions
|
@ -1,4 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
{ lib, config, pkgs, ... }: let
|
||||
inherit (lib) mkIf;
|
||||
inherit (config) conf;
|
||||
in mkIf conf.fonts.enable {
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
alegreya
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue