From d154f64f4b47929e50d6ffdc91f35ade9a54b85c Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 19 Dec 2023 14:03:39 +0100 Subject: [PATCH] add gimp --- hosts/yodaTab/configuration.nix | 2 +- hosts/yodaTux/configuration.nix | 2 +- ...rawtherapee-hugin.nix => digikam-rawtherapee-hugin-gimp.nix} | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) rename modules/{digikam-rawtherapee-hugin.nix => digikam-rawtherapee-hugin-gimp.nix} (83%) diff --git a/hosts/yodaTab/configuration.nix b/hosts/yodaTab/configuration.nix index b23e836..97cbc23 100644 --- a/hosts/yodaTab/configuration.nix +++ b/hosts/yodaTab/configuration.nix @@ -34,7 +34,7 @@ ../../modules/firefox.nix ../../modules/thunderbird.nix ../../modules/tor-browser.nix - #../../modules/digikam-rawtherapee-hugin.nix + #../../modules/digikam-rawtherapee-hugin-gimp.nix ../../modules/freetube.nix ../../modules/ghostwriter.nix ../../modules/print-and-scan.nix diff --git a/hosts/yodaTux/configuration.nix b/hosts/yodaTux/configuration.nix index a629824..22545c9 100644 --- a/hosts/yodaTux/configuration.nix +++ b/hosts/yodaTux/configuration.nix @@ -33,7 +33,7 @@ ../../modules/firefox.nix ../../modules/thunderbird.nix ../../modules/tor-browser.nix - ../../modules/digikam-rawtherapee-hugin.nix + ../../modules/digikam-rawtherapee-hugin-gimp.nix ../../modules/freetube.nix ../../modules/ghostwriter.nix ../../modules/print-and-scan.nix diff --git a/modules/digikam-rawtherapee-hugin.nix b/modules/digikam-rawtherapee-hugin-gimp.nix similarity index 83% rename from modules/digikam-rawtherapee-hugin.nix rename to modules/digikam-rawtherapee-hugin-gimp.nix index aff8a82..c1ad5c3 100644 --- a/modules/digikam-rawtherapee-hugin.nix +++ b/modules/digikam-rawtherapee-hugin-gimp.nix @@ -5,6 +5,7 @@ digikam # Photo organization rawtherapee # Edit RAW photos hugin # Stitch together panorama photos + gimp # Image Manipulation Program ]; }; }