about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-04-23 22:50:46 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-04-23 23:08:13 +0200
commit04b7c6074816ed6c3ef63c48668dc23f1e75037b (patch)
treee1095cfbdd8b916eac22f4243901b987b1783d6e /machines
parentd9ff4eb2a99c9b1c0551752cf8bf98f413f5ab8e (diff)
pkgs/show-qr-code: Move into pkgs/profpatsch
Tested evaluation using:

nix-instantiate pkgs -A vuizvui.profpatsch.show-qr-code

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @Profpatsch
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 9391bd1e..a46b7303 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -160,9 +160,9 @@ in {
         youtube-dl           # download videos
         zathura              # pdf viewer
       ];
-      userScripts = with pkgs.vuizvui; [
-        profpatsch.display-infos  # show time & battery
-        show-qr-code              # display a QR code
+      userScripts = with pkgs.vuizvui.profpatsch; [
+        display-infos  # show time & battery
+        show-qr-code   # display a QR code
       ];
       mailPkgs = [
         elinks               # command line browser