Add tools to work with images
This commit is contained in:
parent
c041c23ec4
commit
27cabe15a8
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
|
||||
];
|
||||
}
|
@ -217,6 +217,7 @@
|
||||
./subroles/entertainment.nix
|
||||
./subroles/internet.nix
|
||||
./subroles/office.nix
|
||||
./subroles/photography.nix
|
||||
./subroles/university.nix
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user