mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 00:42:17 -05:00
gnu: i3lock-fancy: Add input.
* gnu/packages/wm.scm (i3lock-fancy)[inputs]: Add i3lock. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e81975308a
commit
49658fc66f
1 changed files with 1 additions and 0 deletions
|
@ -645,6 +645,7 @@ (define-public i3lock-fancy
|
|||
(inputs
|
||||
`(("imagemagick" ,imagemagick)
|
||||
("wmctrl" ,wmctrl)
|
||||
("i3lock" ,i3lock)
|
||||
("gawk" ,gawk)))
|
||||
(home-page "https://github.com/meskarune/i3lock-fancy")
|
||||
(synopsis "Screen locker with screenshot function")
|
||||
|
|
Loading…
Reference in a new issue