Add tools to work with images

This commit is contained in:
2021-05-01 12:48:48 +02:00
parent c041c23ec4
commit 27cabe15a8
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
rawtherapee
darktable
];
}