From d11ae3060f036a5848b7c845d6020e3460e2d585 Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Sat, 2 May 2026 14:50:05 +0200 Subject: [PATCH] nwg-displays: update meta.description v0.4.0 introduces Niri support and the project description was updated accordingly --- pkgs/by-name/nw/nwg-displays/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/nw/nwg-displays/package.nix b/pkgs/by-name/nw/nwg-displays/package.nix index c99bc98ffa15..b3ee85cad6a6 100644 --- a/pkgs/by-name/nw/nwg-displays/package.nix +++ b/pkgs/by-name/nw/nwg-displays/package.nix @@ -63,7 +63,7 @@ python3Packages.buildPythonApplication (finalAttrs: { meta = { homepage = "https://github.com/nwg-piotr/nwg-displays"; - description = "Output management utility for Sway and Hyprland"; + description = "Output management utility for Sway, Hyprland and Niri"; license = lib.licenses.mit; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ qf0xb ];