1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

new: add swappy entry

This commit is contained in:
Aguirre Matteo 2025-09-02 10:32:41 -03:00 committed by Austin Horstman
parent 1a6f6fb409
commit a1316b0a77

View file

@ -0,0 +1,14 @@
{ pkgs, ... }:
{
time = "2025-09-02T13:29:23+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: `programs.swappy`
Swappy is a Wayland native snapshot and editor tool,
inspired by Snappy on macOS. Works great with grim,
slurp and sway. But can easily work with other screen
copy tools that can output a final image to stdout.
'';
}