add hugin

This commit is contained in:
Daniel Langbein 2023-11-30 15:58:51 +01:00
parent 508c268558
commit 5ad18444d6
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
3 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@
../../modules/firefox.nix ../../modules/firefox.nix
../../modules/thunderbird.nix ../../modules/thunderbird.nix
../../modules/tor-browser.nix ../../modules/tor-browser.nix
#../../modules/digikam-rawtherapee.nix #../../modules/digikam-rawtherapee-hugin.nix
../../modules/freetube.nix ../../modules/freetube.nix
../../modules/ghostwriter.nix ../../modules/ghostwriter.nix
../../modules/print-and-scan.nix ../../modules/print-and-scan.nix

View File

@ -33,7 +33,7 @@
../../modules/firefox.nix ../../modules/firefox.nix
../../modules/thunderbird.nix ../../modules/thunderbird.nix
../../modules/tor-browser.nix ../../modules/tor-browser.nix
../../modules/digikam-rawtherapee.nix ../../modules/digikam-rawtherapee-hugin.nix
../../modules/freetube.nix ../../modules/freetube.nix
../../modules/ghostwriter.nix ../../modules/ghostwriter.nix
../../modules/print-and-scan.nix ../../modules/print-and-scan.nix

View File

@ -4,6 +4,7 @@
packages = with pkgs; [ packages = with pkgs; [
digikam # Photo organization digikam # Photo organization
rawtherapee # Edit RAW photos rawtherapee # Edit RAW photos
hugin # Stitch together panorama photos
]; ];
}; };
} }