PATH env var: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 November 2024

  • curprev 11:0211:02, 7 November 2024Jdorel talk contribsm 848 bytes +122 Add sources Tag: Visual edit
  • curprev 10:4910:49, 7 November 2024Jdorel talk contribs 726 bytes +726 Created page with "== PATH == === NIxOS Folders === NixOS bin folders are added to the PATH through PAM in https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/config/system-environment.nix === Adding folders for all users === For systemd to include this PATH, you must include it in one of the following places. In `/etc/environment.d` :<syntaxhighlight lang="nix"> environment.etc."environment.d/00-custom-path.conf".text = '' PATH="${PATH}:<path-to-new-folder>" ''; </syntax..." Tag: Visual edit