feat: stuff

This commit is contained in:
2024-03-15 21:22:58 +01:00
parent 52e17cd48a
commit 677196679f
2 changed files with 10 additions and 1 deletions

View File

@@ -20,6 +20,8 @@
};
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.history.path = "${config.xdg.stateHome}/zsh/history";
xdg.configFile.wgetrc.text = ''
hsts-file="${config.xdg.cacheHome}/wget-hsts"
'';