Fix zsh dotdir value
This commit is contained in:
parent
6c3f8796b4
commit
d09388feb2
|
@ -12,7 +12,7 @@
|
|||
abbreviations = import ./zsh/abbreviations.nix;
|
||||
};
|
||||
|
||||
dotDir = "${config.xdg.configHome}/zsh";
|
||||
dotDir = ".config/zsh";
|
||||
|
||||
shellAliases = (import ./zsh/aliases.nix { inherit config; });
|
||||
|
||||
|
|
Loading…
Reference in a new issue