Files
dotfiles/home-modules/gimp.nix
Lennart J. Kurzweg (Nx2) 28dd018961 gimp3 incomming
2025-03-30 23:59:39 +02:00

11 lines
170 B
Nix

{ pkgs-latest, ... }:
{
home.packages = with pkgs-latest; [
# (gimp-with-plugins.override {
# plugins = with gimpPlugins; [ bimp ];
# })
gimp
];
}