mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
During migration to new format and removing from the inline files. We lost some entries. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
13 lines
337 B
Nix
13 lines
337 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
time = "2025-02-20T18:39:31+00:00";
|
|
condition = pkgs.stdenv.hostPlatform.isLinux;
|
|
message = ''
|
|
A new module is available: 'programs.swayimg'.
|
|
|
|
swayimg is a fully customizable and lightweight image viewer for
|
|
Wayland based display servers.
|
|
See https://github.com/artemsen/swayimg for more.
|
|
'';
|
|
}
|