diff --git a/info-workarounds.el b/info-workarounds.el index 821eb2a..11b24b4 100644 --- a/info-workarounds.el +++ b/info-workarounds.el @@ -1,3 +1,10 @@ ;;; info-workarounds.el --- Description -*- lexical-binding: t; -*- +;;; This file allows the `info` function to find other `info` files in the system. + +;;; For non-NixOS GNU/Linux (push "/usr/share/info" Info-directory-list) + +;;; For NixOS +(push "/run/current-system/sw/share/info" Info-directory-list) + (push "~/.nix-profile/share/info" Info-directory-list)