From 125dcb48b02819f84e8393e3a901906d164e89bc Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Thu, 15 Dec 2016 13:26:22 +0100 Subject: add nix module --- modules/programs/bash.nix | 1 + modules/programs/zsh.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'modules/programs') 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 -- cgit v1.2.3