nixos-configuration/home/photography.nix
2022-02-18 17:12:39 +01:00

7 lines
85 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
darktable
rawtherapee
];
}