summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2020-10-25 16:32:55 +0100
committerDaiderd Jordan <daiderd@gmail.com>2020-10-25 16:37:02 +0100
commit079db5db5bfe3565db104e8cac492feab5cf7889 (patch)
tree3b51ae0c696e4c4c2e37c709e5de49f83f30a8de /modules/examples
parent1804b8ecd2dcd822fdd6185aeb84fb4c2a5064c6 (diff)
don't set SHELL automatically based on programs.<shell>.enable
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/lnl.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix
index e8114ec..423636b 100644
--- a/modules/examples/lnl.nix
+++ b/modules/examples/lnl.nix
@@ -271,6 +271,9 @@
zle -N up-line-or-beginning-search
'';
+ environment.loginShell = "${pkgs.zsh}/bin/zsh -l";
+ environment.variables.SHELL = "${pkgs.zsh}/bin/zsh";
+
environment.variables.LANG = "en_US.UTF-8";
environment.shellAliases.g = "git log --pretty=color -32";