install my own fonts to the nix store
This commit is contained in:
parent
976017ac80
commit
f640e44fd5
3 changed files with 25 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue