fix: adds shellHook to flake to make font size work correctly
This commit is contained in:
parent
4a0da14f89
commit
02d3915223
@ -51,6 +51,11 @@
|
|||||||
boost
|
boost
|
||||||
crow
|
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/";
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user