Reenable gimp and epson-escpr

This commit is contained in:
JuliusFreudenberger 2025-02-06 14:46:41 +02:00
parent 298978c053
commit 721ce3c069
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
... ...
}: { }: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
#gimp-with-plugins gimp-with-plugins
inkscape-with-extensions inkscape-with-extensions
darktable darktable
hugin hugin

View file

@ -24,7 +24,7 @@
enable = true; enable = true;
drivers = with pkgs; [ drivers = with pkgs; [
gutenprint gutenprint
#epson-escpr epson-escpr
epson-escpr2 epson-escpr2
]; ];
}; };