about summary refs log tree commit diff
path: root/nixos/modules/services/hardware/actkbd.nix
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2015-10-24 10:30:10 +0000
committerJan Malakhovski <oxij@oxij.org>2015-11-12 21:05:07 +0000
commit95a723d516f2a2cf28bf7b754e83dc5aacf8e792 (patch)
treec9643404271aaedaa1c7e5063449776259833246 /nixos/modules/services/hardware/actkbd.nix
parenta99a634acf674730975f0d29ce31d2c71226821b (diff)
nixos: add actkbd package to environment in actkbd module
Diffstat (limited to 'nixos/modules/services/hardware/actkbd.nix')
-rw-r--r--nixos/modules/services/hardware/actkbd.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/services/hardware/actkbd.nix b/nixos/modules/services/hardware/actkbd.nix
index 82de362c371ba..b16a8f50a3d84 100644
--- a/nixos/modules/services/hardware/actkbd.nix
+++ b/nixos/modules/services/hardware/actkbd.nix
@@ -125,6 +125,9 @@ in
       };
     };
 
+    # For testing
+    environment.systemPackages = [ pkgs.actkbd ];
+
   };
 
 }