diff --git a/home-modules/gimp.nix b/home-modules/gimp.nix new file mode 100755 index 0000000..4ed7ca4 --- /dev/null +++ b/home-modules/gimp.nix @@ -0,0 +1,9 @@ +{ pkgs, lib, host, ... }: +{ + home.packages = with pkgs; [ + (gimp-with-plugins.override { + plugins = with gimpPlugins; [ bimp ]; + }) + ]; +} + diff --git a/home.nix b/home.nix index ce74e4c..e11780e 100755 --- a/home.nix +++ b/home.nix @@ -14,6 +14,7 @@ # ./home-modules/foot.nix ./home-modules/games.nix ./home-modules/gestures.nix + ./home-modules/gimp.nix ./home-modules/git.nix ./home-modules/gpg.nix ./home-modules/gtk.nix @@ -103,7 +104,6 @@ ]) ++ (if host != "NxACE" then (with pkgs; [ signal-desktop zoom-us - gimp inkscape ]) else (with pkgs-unstable; [