From 4a7123017930adda776cb59597e60e1e4e560878 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 19 Feb 2025 07:28:08 -0500 Subject: [PATCH] desktop: add shotwell This is by far the best software I found for my own personal image management. Although web interfaces like Immich and Szurubooru are cool and useful when sharing a collection of images online, they pale in comparison to the simplicity and low maintenance of using Shotwell, which also happens to be considerably faster to browse large collections of images with. By default images are stored in a YYYY/MM/DD hierarchy, which helps prevent images from losing their creation date over time and enables filtering images by their file name without having to add the date to the file. Furthermore, by organizing images in this way, the usage of tags is encouraged, enabling images to belong to multiple groups of images instead of a single folder categorization. --- modules/desktop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/desktop.nix b/modules/desktop.nix index 704a643e..3bf29e2e 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -130,6 +130,7 @@ in ringracers jamesdsp texliveFull + shotwell ] ))