grimshot: Set meta.mainProgram

This commit is contained in:
nicoo 2023-08-23 21:31:22 +00:00
parent 91a22f76cd
commit a04f68815c

View file

@ -73,6 +73,7 @@ grimshot = stdenv.mkDerivation rec {
meta = with lib; {
description = "A helper for screenshots within sway";
maintainers = with maintainers; [ evils ];
mainProgram = "grimshot";
};
};