summaryrefslogtreecommitdiffstats
path: root/2configs/tools
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-01-03 14:41:33 +0100
committermakefu <github@syntax-fehler.de>2018-01-03 14:41:33 +0100
commit9d78aa149bae1e33de9bda4446dd288ff261265f (patch)
tree4446e98871e19728e416247a523ba7a98bfe13b9 /2configs/tools
parent80d0b63560c20391c0df7925c713be7514fbdbd2 (diff)
ma tools: add console tools
Diffstat (limited to '2configs/tools')
-rw-r--r--2configs/tools/all.nix1
-rw-r--r--2configs/tools/consoles.nix7
2 files changed, 8 insertions, 0 deletions
diff --git a/2configs/tools/all.nix b/2configs/tools/all.nix
index 1ac22e34c..2bb438f16 100644
--- a/2configs/tools/all.nix
+++ b/2configs/tools/all.nix
@@ -1,6 +1,7 @@
{
imports = [
./android-pentest.nix
+ ./consoles.nix
./core.nix
./core-gui.nix
./dev.nix
diff --git a/2configs/tools/consoles.nix b/2configs/tools/consoles.nix
new file mode 100644
index 000000000..76eb0044c
--- /dev/null
+++ b/2configs/tools/consoles.nix
@@ -0,0 +1,7 @@
+{ pkgs, ... }:
+{
+ users.users.makefu.packages = with pkgs; [
+ opl-utils
+ hdl-dump
+ ];
+}
[cgit] Unable to lock slot /tmp/cgit/7a200000.lock: No such file or directory (2)