Regenerated

This commit is contained in:
2026-04-02 15:47:23 +02:00
parent 2eeb935ecf
commit 070c205fb5
3 changed files with 315 additions and 306 deletions
+5 -2
View File
@@ -470,8 +470,11 @@ in
USERNAME = username;
};
# Ensure the screenshots folder exists
home.directories = ["Pictures/Screenshots"];
# Create ~/Pictures/Screenshots
home.file."Pictures/Screenshots/.keep" = {
text = "";
directory = true; # ensures the parent folder exists
};
};
}
#+END_SRC