silencing warning

This commit is contained in:
John Lancaster
2026-07-03 21:22:50 -05:00
parent b74133985c
commit 8ae74a9bc9
+1
View File
@@ -32,6 +32,7 @@ in
programs.zsh = { programs.zsh = {
enable = true; enable = true;
package = inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.jsl-zsh; package = inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.jsl-zsh;
dotDir = "${config.xdg.configHome}/zsh";
}; };
}; };
}; };