From f9bb34c5869a1d2b0bdd3423060a91dfacdc26d6 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 14 May 2020 19:41:12 +0200 Subject: machines/shiki: qualify fonts --- machines/profpatsch/shiki.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix index 73ae32cb..d9060535 100644 --- a/machines/profpatsch/shiki.nix +++ b/machines/profpatsch/shiki.nix @@ -274,16 +274,16 @@ in { videoDrivers = [ "intel" ]; }; - fonts.fonts = with pkgs; [ + fonts.fonts = [ unfreeAndNonDistributablePkgs.corefonts - source-han-sans-japanese - source-han-sans-korean - source-han-sans-simplified-chinese - source-code-pro - hasklig - dejavu_fonts - ubuntu_font_family - league-of-moveable-type + pkgs.source-han-sans-japanese + pkgs.source-han-sans-korean + pkgs.source-han-sans-simplified-chinese + pkgs.source-code-pro + pkgs.hasklig + pkgs.dejavu_fonts + pkgs.ubuntu_font_family + pkgs.league-of-moveable-type ]; services.printing = { -- cgit 1.4.1