summaryrefslogtreecommitdiffstats
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorMartin Milata <martin@martinmilata.cz>2020-02-17 03:11:12 +0100
committerMartin Milata <martin@martinmilata.cz>2020-02-17 03:35:06 +0100
commitd85c885dc4780b6622bd229ebd8579b91393861c (patch)
tree6c004e8476bd02556aa42ced7241b3c50ba167e7 /nixos/modules/config
parent7957f43b6a2249487685dacc9f40e7d84f04d1df (diff)
nixos: add /share/hunspell to environment.pathsToLink
So that applications can find hunspell dictionaries installed through environment.systemPackages.
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/system-path.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index aba9bc0945b1..4100ec897016 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -116,6 +116,7 @@ in
"/lib" # FIXME: remove and update debug-info.nix
"/sbin"
"/share/emacs"
+ "/share/hunspell"
"/share/nano"
"/share/org"
"/share/themes"