From e5343f288a4b6a5e51fb16f1f78878168ce37b8d Mon Sep 17 00:00:00 2001 From: traxys Date: Wed, 15 Dec 2021 10:14:11 +0100 Subject: [PATCH] libreoffice tooling --- graphical.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graphical.nix b/graphical.nix index 4e79e4e..3872c90 100644 --- a/graphical.nix +++ b/graphical.nix @@ -40,6 +40,9 @@ feh ]; + /* environment.pathsToLink = [ "/share/hunspell" "/share/myspell" "/share/hyphen" ]; + environment.variables.DICPATH = "/run/current-system/sw/share/hunspell:/run/current-system/sw/share/hyphen"; */ + home.sessionVariables = { BROWSER = "firefox"; };