about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-11-22 13:04:46 +0100
committerProfpatsch <mail@profpatsch.de>2021-11-22 13:04:46 +0100
commitfce76792e8399fafc61ee80aa91391f071a12b10 (patch)
tree8e710e848599c4778cd73c59655940a66c5b5ea2 /machines/profpatsch
parentb0a8edd7c11ea96015966e12fb2a59a8c10eed31 (diff)
pkgs/profpatsch/shiki: binify read-qr-code
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/shiki.nix5
1 files changed, 4 insertions, 1 deletions
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
       ];