diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-06-29 19:30:01 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-06-29 19:30:01 -0700 |
| commit | 361477f79114483f78fa400171700a03175e4fed (patch) | |
| tree | 08257ff4bb462dd9e57df394ea6222c0fdc82877 | |
| parent | c056c86702755d966264fd52b25a293e7a822015 (diff) | |
gimp: update to gimp 3
| -rw-r--r-- | modules/home/apps/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/apps/default.nix b/modules/home/apps/default.nix index 2c26354..09aa1ce 100644 --- a/modules/home/apps/default.nix +++ b/modules/home/apps/default.nix @@ -2,7 +2,7 @@ with lib; with lib.${namespace}; { imports = with pkgs; [ - (mkSimpleApp "gimp" {}) + (mkSimpleApp "gimp" { packages = [ gimp3 ]; }) (mkSimpleApp "jellyfin" { packages = [ jellyfin-media-player ]; }) (mkSimpleApp "lutris" { persist = [ ".local/share/lutris" ]; }) (mkSimpleApp "irssi" { persist = [ ".irssi" ]; }) |