Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gimp: add module #6957

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

aguirre-matteo
Copy link
Contributor

@aguirre-matteo aguirre-matteo commented May 2, 2025

Description

This PR adds a module for enabling Gimp and its plugins. It seems Gimp uses a large amount of config files at ~/.config/GIMP/, some of them are updated every time Gimp starts/closes, some of them not, but they are a lot and a have the package version as a prefix (see man gimp, FILES section), so it will require constant maintenance and could easily break. Closes #6178.

Checklist

  • Change is backwards compatible.

  • Code formatted with nix fmt or ./format.

  • Code tested through nix-shell --pure tests -A run.all
    or nix build --reference-lock-file flake.lock ./tests#test-all using Flakes.

  • Test cases updated/added. See example.

  • Commit messages are formatted like

    {component}: {description}
    
    {long description}
    

    See CONTRIBUTING for more information and recent commit messages for examples.

  • If this PR adds a new module

    • Added myself as module maintainer. See example.

Maintainer CC

@khaneliman
Copy link
Collaborator

Not really a fan of modules that only purpose are to add a package to home.packages.

@aguirre-matteo
Copy link
Contributor Author

aguirre-matteo commented May 4, 2025

Should I directly close the PR? I don't think GIMP will change its config structure ever

@khaneliman
Copy link
Collaborator

Should I directly close the PR? I don't think GIMP will change its config structure ever

Sounded like @rycee liked the idea of the module in the original issue. Maybe he has a different opinion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Program request: gimp
2 participants