ma tools: add console tools

This commit is contained in:
makefu 2018-01-03 14:41:33 +01:00
parent e6d56100ae
commit f56733184e
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
imports = [
./android-pentest.nix
./consoles.nix
./core.nix
./core-gui.nix
./dev.nix

View File

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
opl-utils
hdl-dump
];
}