From 4d892e777486a5830abe0eb824b142a239b77f88 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sun, 17 Feb 2019 11:21:12 +0100 Subject: fonts: rewrite activation The new implementation is a bit smarter and only updates fonts that changed. But more importantly /run/current-system isn't used anymore which breaks initial activation and installs the previous set of fonts instead of the one in the new system. Fixes #115 --- modules/system/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/system') diff --git a/modules/system/default.nix b/modules/system/default.nix index 9feaf3f..f507750 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -91,6 +91,7 @@ in mkdir -p $out/Library ln -s ${cfg.build.applications}/Applications $out/Applications + ln -s ${cfg.build.fonts}/Library/Fonts $out/Library/Fonts ln -s ${cfg.build.launchd}/Library/LaunchAgents $out/Library/LaunchAgents ln -s ${cfg.build.launchd}/Library/LaunchDaemons $out/Library/LaunchDaemons -- cgit v1.2.3