deal with deprecated settings in home manager

This commit is contained in:
2026-04-03 00:13:36 -04:00
parent 082b406b50
commit 6545452c1d
2 changed files with 3 additions and 0 deletions

View File

@@ -163,6 +163,7 @@
userDirs = {
enable = true;
createDirectories = true;
setSessionVariables = true;
extraConfig = {
SCREENSHOTS = "${config.xdg.userDirs.pictures}/Screenshots";
};