summary refs log tree commit diff
path: root/nixos/modules/config/system-path.nix
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/system-path.nix
parent7957f43b6a2249487685dacc9f40e7d84f04d1df (diff)
downloadnixpkgs-d85c885dc4780b6622bd229ebd8579b91393861c.tar
nixpkgs-d85c885dc4780b6622bd229ebd8579b91393861c.tar.gz
nixpkgs-d85c885dc4780b6622bd229ebd8579b91393861c.tar.bz2
nixpkgs-d85c885dc4780b6622bd229ebd8579b91393861c.tar.lz
nixpkgs-d85c885dc4780b6622bd229ebd8579b91393861c.tar.xz
nixpkgs-d85c885dc4780b6622bd229ebd8579b91393861c.tar.zst
nixpkgs-d85c885dc4780b6622bd229ebd8579b91393861c.zip
nixos: add /share/hunspell to environment.pathsToLink
So that applications can find hunspell dictionaries installed through
environment.systemPackages.
Diffstat (limited to 'nixos/modules/config/system-path.nix')
-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 aba9bc0945b..4100ec89701 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"