summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/consoles.nix
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
commitf56733184ef40fb6841b903f6e8761b03640cceb (patch)
treee408e765c0dadeb35ba017ad5ddb374c528916e7 /makefu/2configs/tools/consoles.nix
parente6d56100ae923e9c00ec190e7cfb90594dc768a9 (diff)
ma tools: add console tools
Diffstat (limited to 'makefu/2configs/tools/consoles.nix')
-rw-r--r--makefu/2configs/tools/consoles.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/makefu/2configs/tools/consoles.nix b/makefu/2configs/tools/consoles.nix
new file mode 100644
index 00000000..76eb0044
--- /dev/null
+++ b/makefu/2configs/tools/consoles.nix
@@ -0,0 +1,7 @@
+{ pkgs, ... }:
+{
+ users.users.makefu.packages = with pkgs; [
+ opl-utils
+ hdl-dump
+ ];
+}