summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2016-12-12 22:00:48 +0100
committerDaiderd Jordan <daiderd@gmail.com>2016-12-12 22:00:48 +0100
commit58f246595ac7d9c8ddeb13fcef1f64eddc7d9908 (patch)
tree5966431798ed1069e2c2921527e0776d0cd2ec77 /modules/examples
parentb933e03c15a2503b8b1b04364dbb44436f9625e0 (diff)
add programs.zsh module
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/lnl.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix
index 692cd84..1ebfae0 100644
--- a/modules/examples/lnl.nix
+++ b/modules/examples/lnl.nix
@@ -37,11 +37,12 @@
set -g status-fg white
'';
+ programs.zsh.enable = true;
+ programs.zsh.shell = "${pkgs.lnl.zsh}/bin/zsh";
+
environment.variables.EDITOR = "vim";
environment.variables.HOMEBREW_CASK_OPTS = "--appdir=/Applications/cask";
- environment.variables.SHELL = "${pkgs.lnl.zsh}/bin/zsh";
-
environment.variables.GIT_SSL_CAINFO = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
environment.variables.SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";