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" = ""; };