about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-05-06 20:49:41 +0200
committeraszlig <aszlig@nix.build>2018-05-06 20:49:41 +0200
commitd813e5de7f84ad57d25b5c0ec95c2098204e976b (patch)
tree4924df2e7b9376007b54e1df837013120d2dcb55
parent23c481a2f7036d3454ca02309d8475563c2fb5f2 (diff)
machines/tyree: Add Microsoft Core Fonts
I thought about whether this would be a good idea to generally add this
to the managed profile, but didn't do so because we don't want to
encourage users to use proprietary fonts if possible. If requested we
can still add it on a by-machine basis.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @brokkoliberta
-rw-r--r--machines/aszlig/managed/tyree.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index 59f9cddb..3b33dc1f 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -1,4 +1,4 @@
-{ pkgs, lib, ... }:
+{ pkgs, unfreePkgs, lib, ... }:
 
 {
   boot.initrd.availableKernelModules = [ "usbhid" ];
@@ -39,6 +39,8 @@
     "ssd"
   ];
 
+  fonts.fonts = [ unfreePkgs.corefonts ];
+
   swapDevices = lib.singleton {
     label = "tyree-swap";
   };