From fce76792e8399fafc61ee80aa91391f071a12b10 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 22 Nov 2021 13:04:46 +0100 Subject: pkgs/profpatsch/shiki: binify read-qr-code --- machines/profpatsch/shiki.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix index c840e063..4352a69a 100644 --- a/machines/profpatsch/shiki.nix +++ b/machines/profpatsch/shiki.nix @@ -257,7 +257,10 @@ in { display-infos # show time & battery di-notify # same, but pipe to libnotify show-qr-code # display a QR code - read-qr-code # read a QR code on the screen + (pkgs.vuizvui.profpatsch.binify { + exe = pkgs.vuizvui.profpatsch.read-qr-code; + name = "read-qr-code"; + }) backlight # adjust laptop backlight sfttime # geek time ]; -- cgit 1.4.1