Move undodir directory

This commit is contained in:
Oliver Davies 2025-03-18 17:41:38 +00:00
parent bce72f1e56
commit 809cddb533
2 changed files with 2 additions and 1 deletions

View file

@ -77,6 +77,7 @@ in
XDG_DATA_HOME = "${config.xdg.dataHome}";
XDG_DOCUMENTS_DIR = "$HOME/Documents";
XDG_REPOS_DIR = "$HOME/Code";
XDG_STATE_HOME = config.xdg.stateHome;
};
xdg.configFile = {