gimp3 incomming
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user