Heya, --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2020,6 +2022,30 @@ (define-public wdisplays + (uri + (git-reference + (url "https://github.com/nwg-piotr/nwg-launchers") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) + (synopsis "GTK-based launchers") (synopsis "Application launchers for wlroots") + (description "This package provides application grid, button bar and dmenu + applications for sway and other window managers.") (description "This package provides an application grid, button bar, and dmenu applications for Sway and other wlroots-based Wayland compositors.") -- (