From a1316b0a77ef3e082a75bc5dc685c249b3c25f2c Mon Sep 17 00:00:00 2001 From: Aguirre Matteo Date: Tue, 2 Sep 2025 10:32:41 -0300 Subject: [PATCH] new: add swappy entry --- modules/misc/news/2025/09/2025-09-02_10-29-23.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/misc/news/2025/09/2025-09-02_10-29-23.nix diff --git a/modules/misc/news/2025/09/2025-09-02_10-29-23.nix b/modules/misc/news/2025/09/2025-09-02_10-29-23.nix new file mode 100644 index 000000000..cc811539f --- /dev/null +++ b/modules/misc/news/2025/09/2025-09-02_10-29-23.nix @@ -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. + ''; +}