about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorCillian de Róiste <goibhniu@fsfe.org>2012-11-11 18:13:04 +0100
committerCillian de Róiste <goibhniu@fsfe.org>2012-11-11 18:13:04 +0100
commit27f3a417540c368eee9fcfbb35233897b255acc3 (patch)
tree35d98e000dde0e72b7ea2dbbaca59f1ea75f019d /pkgs/top-level
parentd900c8630240ceb80b225939f8b750cd3bc2276b (diff)
downloadnixlib-27f3a417540c368eee9fcfbb35233897b255acc3.tar
nixlib-27f3a417540c368eee9fcfbb35233897b255acc3.tar.gz
nixlib-27f3a417540c368eee9fcfbb35233897b255acc3.tar.bz2
nixlib-27f3a417540c368eee9fcfbb35233897b255acc3.tar.lz
nixlib-27f3a417540c368eee9fcfbb35233897b255acc3.tar.xz
nixlib-27f3a417540c368eee9fcfbb35233897b255acc3.tar.zst
nixlib-27f3a417540c368eee9fcfbb35233897b255acc3.zip
Add key-mon
a utility to show live keyboard and mouse status for teaching and screencasts
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 77f7e77dfe1c..779ba16f4206 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -7295,6 +7295,8 @@ let
 
   kermit = callPackage ../tools/misc/kermit { };
 
+  keymon = callPackage ../applications/video/key-mon { };
+
   kino = callPackage ../applications/video/kino {
     inherit (gnome) libglade;
   };