Fix SHELL variable

This commit is contained in:
Alexander Bantyev 2023-03-10 20:25:51 +04:00
parent 668218ae14
commit 69721125b6
No known key found for this signature in database
GPG Key ID: 48ABA304F3A30FE9

View File

@ -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" ];