From ef1cdac6b41ffc2dbcfc18268e7c3c7f0d8a5eee Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 27 Feb 2024 20:46:25 +0000 Subject: [PATCH] fs: split Pictures into separate persisted directory TODO: update camera and screenshot apps to be aware of these directories --- hosts/common/home/fs.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hosts/common/home/fs.nix b/hosts/common/home/fs.nix index bb9b15b4..1a1db2b2 100644 --- a/hosts/common/home/fs.nix +++ b/hosts/common/home/fs.nix @@ -8,9 +8,13 @@ "ref" "tmp" "use" - "Books" + "Books" #< TODO: don't persist the whole directory "Music" - "Pictures" + "Pictures/albums" + "Pictures/cat" + "Pictures/from" + "Pictures/Screenshots" #< XXX: something is case-sensitive about this? + "Pictures/Photos" "Videos/local" # these are persisted simply to save on RAM.