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:
parent
1a6f6fb409
commit
a1316b0a77
1 changed files with 14 additions and 0 deletions
14
modules/misc/news/2025/09/2025-09-02_10-29-23.nix
Normal file
14
modules/misc/news/2025/09/2025-09-02_10-29-23.nix
Normal 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.
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue