Fix SHELL variable
This commit is contained in:
parent
668218ae14
commit
69721125b6
@ -1,7 +1,7 @@
|
||||
{ pkgs, config, lib, ... }: {
|
||||
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
environment.sessionVariables.SHELL = "zsh";
|
||||
environment.sessionVariables.SHELL = "${pkgs.zsh}/bin/zsh";
|
||||
|
||||
# A history file is screwed up otherwise :(
|
||||
persist.state.directories = [ "/home/balsoft/.local/share/zsh" ];
|
||||
|
Loading…
Reference in New Issue
Block a user