mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
12 lines
404 B
Nix
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.
|
|
'';
|
|
}
|