gimp3, disable channels

This commit is contained in:
Kopatz
2025-03-10 14:57:43 +01:00
parent d0fa3674c3
commit 28c4ff21a6
7 changed files with 38 additions and 5 deletions

View File

@@ -70,4 +70,11 @@ in {
config.allowUnfree = true;
};
};
gimp3 = final: _prev: {
gimp3 = import inputs.nixpkgs-gimp3 {
system = final.system;
config.allowUnfree = true;
};
};
}