{ pkgs, ... }:
{
+ imports = [
+ ./image.nix
+ ];
home.packages = [
#pkgs.blender
- pkgs.gcolor2
+ pkgs.darktable
+ pkgs.eyedropper
+ pkgs.gcolor3
pkgs.geeqie
- pkgs.gimp
- pkgs.gpicview
- pkgs.graphviz
- pkgs.imagemagick
+ (pkgs.gimp-with-plugins.override {
+ plugins = with pkgs.gimpPlugins; [
+ gmic
+ ];
+ })
+ pkgs.gthumb
+ pkgs.image-roll
pkgs.inkscape
- pkgs.libavif
- pkgs.optipng
+ pkgs.loupe
+ pkgs.nomacs
];
}