From fea03379d635800ca9e96f36467f80d5d5189357 Mon Sep 17 00:00:00 2001 From: Jan Malakhovski Date: Sat, 18 Oct 2014 09:30:31 +0000 Subject: [PATCH] nixos: add /share/doc and /share/nano (for symmetry) to environment.pathsToLink and sort all of them --- nixos/modules/config/system-path.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix index d7979593f40..ec112b63b2f 100644 --- a/nixos/modules/config/system-path.nix +++ b/nixos/modules/config/system-path.nix @@ -105,12 +105,14 @@ in "/lib" "/man" "/sbin" + "/share/doc" "/share/emacs" - "/share/vim-plugins" - "/share/org" "/share/info" - "/share/terminfo" "/share/man" + "/share/nano" + "/share/org" + "/share/terminfo" + "/share/vim-plugins" ]; system.path = pkgs.buildEnv {