fix update

This commit is contained in:
2025-10-20 20:46:35 +02:00
parent e3f119b29a
commit 46f9b41b40
4 changed files with 4 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ digikam ];
home.packages = with pkgs; [ digikam sqlite ];
}