feat: use zsh

This commit is contained in:
2024-04-07 13:27:58 +02:00
parent 1770ba725f
commit 136cf83105
6 changed files with 1739 additions and 26 deletions

View File

@@ -21,7 +21,7 @@
};
gtk.gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
programs.gpg.homedir = "${config.xdg.configHome}/gnupg";
programs.zsh.dotDir = "${config.xdg.configHome}/zsh";
programs.zsh.dotDir = ".config/zsh";
programs.zsh.history.path = "${config.xdg.stateHome}/zsh/history";
xdg.configFile.wgetrc.text = ''
hsts-file="${config.xdg.cacheHome}/wget-hsts"