chore: use xdg directory in zsh dotDir

This commit is contained in:
oddlama 2025-09-14 00:06:31 +02:00
parent b437f99dec
commit fc4b5a8eac
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -1,4 +1,5 @@
{
config,
lib,
pkgs,
...
@ -12,7 +13,7 @@
envExtra = ''
umask 077
'';
dotDir = ".config/zsh";
dotDir = "${config.xdg.configHome}/zsh";
history = {
path = "\${XDG_DATA_HOME-$HOME/.local/share}/zsh/history";
save = 1000500;