flake lock and gimp3

This commit is contained in:
2025-08-10 10:58:53 +02:00
parent d0ce3385bc
commit 3dc787cf6f
3 changed files with 63 additions and 63 deletions

View File

@@ -12,7 +12,7 @@ in {
};
config = mkIf cfg.enable {
environment.systemPackages = [
pkgs.gimp-with-plugins
pkgs.gimp3-with-plugins
];
};
}