mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
zsh: Fix value of option dotDir
This commit is contained in:
parent
d679adc47f
commit
636b83ccf5
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
programs = {
|
||||
zsh = {
|
||||
enable = true;
|
||||
dotDir = ".config/zsh";
|
||||
dotDir = "${config.xdg.configHome}/zsh";
|
||||
|
||||
autocd = true;
|
||||
autosuggestion.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue