summaryrefslogtreecommitdiff
path: root/modules/examples/lnl.nix
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2024-10-31 15:59:09 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2024-10-31 16:00:03 +1100
commit63f4d40e551e7b29fbe586967c03eea1e6a70ce4 (patch)
treea694c4bedad371ffe9e8c7db46517c592ef7e47a /modules/examples/lnl.nix
parent1588cb2e997fb37a4eab78da13808faf49df903f (diff)
tmux: remove `programs.tmux.defaultCommand`
Diffstat (limited to 'modules/examples/lnl.nix')
-rw-r--r--modules/examples/lnl.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix
index 010dff5..d944158 100644
--- a/modules/examples/lnl.nix
+++ b/modules/examples/lnl.nix
@@ -277,7 +277,6 @@
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";