ma tools: add console tools
This commit is contained in:
parent
80d0b63560
commit
9d78aa149b
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./android-pentest.nix
|
||||
./consoles.nix
|
||||
./core.nix
|
||||
./core-gui.nix
|
||||
./dev.nix
|
||||
|
|
7
2configs/tools/consoles.nix
Normal file
7
2configs/tools/consoles.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
users.users.makefu.packages = with pkgs; [
|
||||
opl-utils
|
||||
hdl-dump
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue