1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00
home-manager/modules/misc/news/2025/08/2025-08-18_19-37-24.nix
Gautham Venkataraman 8af2e064f9 satty: add satty to program modules
Add satty, a wlroots based screenshot annotation tool, to the programs
module.
2025-08-19 06:12:13 -05:00

12 lines
404 B
Nix

{ pkgs, ... }:
{
time = "2025-08-18T17:37:24+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: 'programs.satty'
Satty is a screenshot annotation tool, inspired by Swappy and Flameshot.
It can easily integrate with your wlroots based screenshot tool and
comes with a simple and functional UI for post-processing your screenshots.
'';
}