forked from jan-leila/nix-config
installed proxmark tools
This commit is contained in:
parent
77e3d687d4
commit
f132f44b96
6 changed files with 22 additions and 4 deletions
|
@ -27,7 +27,7 @@ in {
|
|||
then {
|
||||
isNormalUser = true;
|
||||
extraGroups = (
|
||||
["networkmanager" "wheel"]
|
||||
["networkmanager" "wheel" "dialout"]
|
||||
++ lib.lists.optional (!cfg.isTerminalUser) "adbusers"
|
||||
);
|
||||
|
||||
|
|
|
@ -61,6 +61,8 @@ in {
|
|||
dbeaver-bin
|
||||
bruno
|
||||
qFlipper
|
||||
proxmark3
|
||||
mfoc
|
||||
|
||||
# system tools
|
||||
protonvpn-gui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue