From 7cfb7d1f495b3ffee3f64d24d2b09df76d75bc88 Mon Sep 17 00:00:00 2001 From: "Agatha V. Lovelace" Date: Sun, 17 Dec 2023 21:07:43 +0100 Subject: [PATCH] Remove font directory symlink (no longer needed) --- common/fragments/graphical/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/fragments/graphical/default.nix b/common/fragments/graphical/default.nix index 19bcfb9..fc22b5e 100644 --- a/common/fragments/graphical/default.nix +++ b/common/fragments/graphical/default.nix @@ -139,11 +139,6 @@ : "/html " ''; - # Fix for apps that expect fonts in the usual location - home.file.".local/share/fonts".source = - config.home-manager.users.agatha.lib.file.mkOutOfStoreSymlink - "/run/current-system/sw/share/X11/fonts"; - programs.direnv.enable = true; home.sessionVariables = { "DIRENV_LOG_FORMAT" = ""; };