PATH env var: Difference between revisions
m Add sources |
m Add category configuration |
||
Line 1: | Line 1: | ||
== PATH == | == 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 | NixOS bin folders are added to the PATH through PAM in https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/config/system-environment.nix | ||
Line 18: | Line 18: | ||
=== Adding folders for a specific user === | === Adding folders for a specific user === | ||
In | In <code>$HOME/.config/environment.d/*.conf</code> | ||
=== Sources === | === Sources === | ||
Line 24: | Line 24: | ||
* https://superuser.com/a/1649689 | * https://superuser.com/a/1649689 | ||
* https://wiki.archlinux.org/title/Systemd/User#Environment_variables | * https://wiki.archlinux.org/title/Systemd/User#Environment_variables | ||
[[Category:Configuration]] |