diff options
| author | Emily <vcs@emily.moe> | 2024-11-02 22:23:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-02 22:23:10 +0000 |
| commit | f203352cc035dad4a49242d9296ce4272badcefa (patch) | |
| tree | 804f39c8cce8da0b38c2eb3528f4a9aad25d0179 /modules/examples | |
| parent | e56d80b28314643da5a0a27c6371c0682ab8389f (diff) | |
| parent | 63f4d40e551e7b29fbe586967c03eea1e6a70ce4 (diff) | |
Merge pull request #1135 from Enzime/push-lxwqqpssklyn
environment: remove misleading `environment.loginShell` option
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 1 |
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"; |
