fix: adds shellHook to flake to make font size work correctly

This commit is contained in:
ShyProton 2024-01-23 08:25:34 -05:00
parent 4a0da14f89
commit 02d3915223

View File

@ -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/";
'';
};
};
}