From 02d39152231f099fa576b6782950bd85013098e6 Mon Sep 17 00:00:00 2001 From: ShyProton Date: Tue, 23 Jan 2024 08:25:34 -0500 Subject: [PATCH] fix: adds shellHook to flake to make font size work correctly --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 5e8e5b1..cc7638a 100644 --- a/flake.nix +++ b/flake.nix @@ -51,6 +51,11 @@ boost crow ]; + + shellHook = with pkgs; '' + export XDG_DATA_DIRS=${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name}:${gtk3}/share/gsettings-schemas/${gtk3.name}:$XDG_DATA_DIRS; + export GIO_MODULE_DIR="${glib-networking}/lib/gio/modules/"; + ''; }; }; }