summaryrefslogtreecommitdiff
path: root/modules/programs
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2016-12-15 13:26:22 +0100
committerDaiderd Jordan <daiderd@gmail.com>2016-12-15 13:26:22 +0100
commit125dcb48b02819f84e8393e3a901906d164e89bc (patch)
treedf308225c54b542287742a94b09a58337bb07506 /modules/programs
parent584e64da1a78fb92b36207bf397f1131262e4097 (diff)
add nix module
Diffstat (limited to 'modules/programs')
-rw-r--r--modules/programs/bash.nix1
-rw-r--r--modules/programs/zsh.nix1
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