From 8a64481ae4a94a026ba3fd75a84e28a18c37b0c2 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 6 May 2018 21:01:33 +0200 Subject: Revert "machines/tyree: Add Microsoft Core Fonts" This reverts commit d813e5de7f84ad57d25b5c0ec95c2098204e976b. Turns out that the machine's owner has found an alternative font already installed on the system, so we don't need proprietary fonts, yay! Signed-off-by: aszlig Cc: @brokkoliberta --- machines/aszlig/managed/tyree.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'machines/aszlig/managed/tyree.nix') diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix index 3b33dc1f..59f9cddb 100644 --- a/machines/aszlig/managed/tyree.nix +++ b/machines/aszlig/managed/tyree.nix @@ -1,4 +1,4 @@ -{ pkgs, unfreePkgs, lib, ... }: +{ pkgs, lib, ... }: { boot.initrd.availableKernelModules = [ "usbhid" ]; @@ -39,8 +39,6 @@ "ssd" ]; - fonts.fonts = [ unfreePkgs.corefonts ]; - swapDevices = lib.singleton { label = "tyree-swap"; }; -- cgit 1.4.1