nixos-configuration/home/photography.nix

7 lines
85 B
Nix
Raw Normal View History

2022-02-18 17:12:39 +01:00
{ pkgs, ... }: {
home.packages = with pkgs; [
darktable
rawtherapee
];
}