index
:
nix-darwin.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
environment
/
default.nix
Age
Commit message (
Expand
)
Author
2024-11-11
environment: fix `lowPrio` support in `environment.systemPackages`
Michael Hoang
2024-10-31
environment: remove misleading `environment.loginShell` option
Michael Hoang
2024-08-17
refactor: rename environment.postBuild to environment.extraSetup
Alice Carroll
2024-07-27
`mapAttrsFlatten` -> `mapAttrsToList`
zowoq
2024-05-23
environment: Adjust systemPath order to allow injecting in the middle
Andrew Marshall
2024-04-19
treewide: remove lib.mdDoc
Weijia Wang
2023-06-24
treewide: convert all option docs to Markdown
Emily
2022-10-19
Add system terminfo to TERMINFO_DIRS by default
Nathan Henrie
2022-09-20
environment: support installing terminfo files
Michael Hoang
2022-06-30
add escape to shell aliases
Tianyao Chou
2021-10-23
add forward compatibility for literalExample deprecation
Daiderd Jordan
2020-10-25
don't set SHELL automatically based on programs.<shell>.enable
Daiderd Jordan
2020-05-11
Set up XDG system environment variables sort of how they set them up
Daniel V
2019-02-21
order the environment
Wael M. Nasreddine
2019-01-15
security.pki: add module to configure ca certificates
Daiderd Jordan
2018-10-25
Unify environment configuration and don't run in child shells
Andrew Childs
2018-08-26
environment: add darwinConfig option to set darwin-config in NIX_PATH
Daiderd Jordan
2018-08-21
examples: remove nix-repl and nixUnstable references
Daiderd Jordan
2017-10-15
Port over the NixOS fish module
Colin Barrett
2017-10-07
environment: don't link /lib by default
Daiderd Jordan
2017-10-07
system-build: change type of setEnvironment and setAliases
Daiderd Jordan
2017-10-07
environment: include extraInit in set-environment script
Daiderd Jordan
2017-10-07
system-path: fix type
Daiderd Jordan
2017-10-06
nixpkgs: change loeOf to listOf
Daiderd Jordan
2017-05-25
environment: use the default profile as a fallback
Daiderd Jordan
2017-05-21
programs-info: add module and run install-info on system packages.
Daiderd Jordan
2017-05-15
environment: include /usr/sbin and /sbin in systemPath
Daiderd Jordan
2017-05-14
launchd: allow string entries for serviceOptions.path
Daiderd Jordan
2017-05-13
environment: don't use default for profiles
Daiderd Jordan
2017-05-13
Merge pull request #26 from clhodapp/fix/path-order
Daiderd Jordan
2017-05-12
add programs.man module
Daiderd Jordan
2017-05-12
environment: add pathsToLink for system profile
Daiderd Jordan
2017-05-12
Don't put profiles in reverse-order in PATH
Chris Hodapp
2017-05-12
Default outputs should include "man"
Chris Hodapp
2017-03-19
set NIX_SSL_CERT_FILE
Daiderd Jordan
2017-01-25
launchd: add command, path and environment options
Daiderd Jordan
2017-01-05
environment: set cacert variables by default
Daiderd Jordan
2016-12-18
add environment.loginShell option
Daiderd Jordan
2016-12-17
fix types for environment variables
Daiderd Jordan
2016-12-17
add environment.profiles
Daiderd Jordan
2016-12-15
add nix module
Daiderd Jordan
2016-11-06
reorganize modules
Daiderd Jordan