Add Resynthesizer plugin to GIMP
This commit is contained in:
parent
82ce9e9ac7
commit
81cbb02774
1 changed files with 8 additions and 2 deletions
|
|
@ -1,7 +1,13 @@
|
||||||
{ nixosConfig, lib, pkgs, ... }:
|
{ nixosConfig, lib, pkgs, ... }:
|
||||||
|
|
||||||
lib.mkIf nixosConfig.jalr.gui.enable {
|
lib.mkIf nixosConfig.jalr.gui.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = [
|
||||||
gimp
|
(
|
||||||
|
pkgs.gimp-with-plugins.override {
|
||||||
|
plugins = with pkgs.gimpPlugins; [
|
||||||
|
resynthesizer
|
||||||
|
];
|
||||||
|
}
|
||||||
|
)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue