summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index fad8145..c190706 100644
--- a/flake.nix
+++ b/flake.nix
@@ -61,6 +61,12 @@
 
         pkgs.desktop-file-utils
       ];
+
+      # Add gettext manuals to the manpath
+      shellHook = ''
+        export MANPATH=${pkgs.gettext.man}/share/man''${MANPATH:+:$MANPATH}''${PATH:+:''${PATH//\/bin/\/share\/man}}
+      '';
+
     };
   }); 
 }