Add tools to work with images

This commit is contained in:
Valentin Brandl 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
];
}

View File

@ -217,6 +217,7 @@
./subroles/entertainment.nix
./subroles/internet.nix
./subroles/office.nix
./subroles/photography.nix
./subroles/university.nix
];
}