From f640e44fd5520de3f4af27c51081979df7e59ff7 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 1 Sep 2024 17:22:32 +0200 Subject: install my own fonts to the nix store --- share/common.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/common.nix') diff --git a/share/common.nix b/share/common.nix index ac1399d..3acde56 100644 --- a/share/common.nix +++ b/share/common.nix @@ -1,6 +1,7 @@ { config, pkgs, ... }: let impermanence = builtins.fetchTarball "https://github.com/nix-community/impermanence/archive/master.tar.gz"; + cullmann-fonts = pkgs.callPackage "/nix/data/nixos/packages/cullmann-fonts.nix" {}; in { # @@ -411,9 +412,8 @@ in # system fonts packages = with pkgs; [ - # Inter & Merriweather as main fonts - inter - merriweather + # personal paid fonts + cullmann-fonts # font families with good unicode coverage as fallback noto-fonts -- cgit v1.2.3