Add tools to work with images
This commit is contained in:
7
roles/subroles/photography.nix
Normal file
7
roles/subroles/photography.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
rawtherapee
|
||||
darktable
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user