gimp3 incomming

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-03-30 23:59:39 +02:00
parent ce363cafe1
commit 28dd018961

View File

@@ -1,9 +1,10 @@
{ pkgs, lib, host, ... }: { pkgs-latest, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs-latest; [
(gimp-with-plugins.override { # (gimp-with-plugins.override {
plugins = with gimpPlugins; [ bimp ]; # plugins = with gimpPlugins; [ bimp ];
}) # })
gimp
]; ];
} }