diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2016-12-15 13:26:22 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2016-12-15 13:26:22 +0100 |
| commit | 125dcb48b02819f84e8393e3a901906d164e89bc (patch) | |
| tree | df308225c54b542287742a94b09a58337bb07506 /modules/programs | |
| parent | 584e64da1a78fb92b36207bf397f1131262e4097 (diff) | |
add nix module
Diffstat (limited to 'modules/programs')
| -rw-r--r-- | modules/programs/bash.nix | 1 | ||||
| -rw-r--r-- | modules/programs/zsh.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/programs/bash.nix b/modules/programs/bash.nix index 9d7930b..ae8e399 100644 --- a/modules/programs/bash.nix +++ b/modules/programs/bash.nix @@ -68,6 +68,7 @@ in ${config.system.build.setAliases} ${cfg.interactiveShellInit} + ${config.environment.extraInit} # Read system-wide modifications. if test -f /etc/bash.local; then diff --git a/modules/programs/zsh.nix b/modules/programs/zsh.nix index 8c84557..8da81db 100644 --- a/modules/programs/zsh.nix +++ b/modules/programs/zsh.nix @@ -117,6 +117,7 @@ in ${config.system.build.setAliases} ${cfg.interactiveShellInit} + ${config.environment.extraInit} # Read system-wide modifications. if test -f /etc/zshrc.local; then |
