summaryrefslogtreecommitdiff
path: root/modules/environment
AgeCommit message (Collapse)Author
2017-05-14launchd: allow string entries for serviceOptions.pathDaiderd Jordan
Fixes evaluation of khd.
2017-05-13environment: don't use default for profilesDaiderd Jordan
This makes it easier to add entries without having to add all of the default values again.
2017-05-13Merge pull request #26 from clhodapp/fix/path-orderDaiderd Jordan
Don't put profiles in reverse-order in PATH
2017-05-12add programs.man moduleDaiderd Jordan
Note: this doesn't add man to systemPackages by default, only man-old builds on darwin and the system version works fine.
2017-05-12environment: add pathsToLink for system profileDaiderd Jordan
2017-05-12Don't put profiles in reverse-order in PATHChris Hodapp
Your user-specific profile should take precedence over the system one. If I've gone out of my way to install something into my personal profile, my version should be used instead of the system's.
2017-05-12Default outputs should include "man"Chris Hodapp
If you don't include "man", basic nix commands (e.g. nix-env) basically have broken help/usage text, since they delegate to calling man.
2017-03-19set NIX_SSL_CERT_FILEDaiderd Jordan
2017-01-25launchd: add command, path and environment optionsDaiderd Jordan
2017-01-05environment: set cacert variables by defaultDaiderd Jordan
2016-12-18add environment.loginShell optionDaiderd Jordan
2016-12-17fix types for environment variablesDaiderd Jordan
2016-12-17add environment.profilesDaiderd Jordan
2016-12-15add nix moduleDaiderd Jordan
2016-11-06reorganize modulesDaiderd Jordan