From 9f2a583cc5766655c06131b715ed1b01c8860054 Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 14 Oct 2020 02:54:26 -0400 Subject: .bash_profile: Export groff font path Remove when NixOS fixes groff --- .bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index d9f2610..65a3534 100644 --- a/.bash_profile +++ b/.bash_profile @@ -47,6 +47,7 @@ export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export CARGO_HOME="$XDG_CACHE_HOME/cargo" export RUSTUP_HOME="$XDG_DATA_HOME/rustup" +GROFF_FONT_PATH="$HOME/.nix-profile/share/groff/$(groff -v | head -n1 | awk '{ print $4 }')/font" && export GROFF_FONT_PATH # themes export DESKTOP_SESSION=gnome -- cgit v1.2.3