gimp3 incomming
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{ pkgs, lib, host, ... }:
|
||||
{ pkgs-latest, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
(gimp-with-plugins.override {
|
||||
plugins = with gimpPlugins; [ bimp ];
|
||||
})
|
||||
home.packages = with pkgs-latest; [
|
||||
# (gimp-with-plugins.override {
|
||||
# plugins = with gimpPlugins; [ bimp ];
|
||||
# })
|
||||
gimp
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user