ma tools: add sec-gui
This commit is contained in:
parent
dc03c7708a
commit
3dd1656008
|
@ -8,5 +8,7 @@
|
|||
./games.nix
|
||||
./media.nix
|
||||
./sec.nix
|
||||
./sec-gui.nix
|
||||
./studio.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -20,6 +20,5 @@
|
|||
xdotool
|
||||
xorg.xbacklight
|
||||
scrot
|
||||
wireshark
|
||||
];
|
||||
}
|
||||
|
|
8
2configs/tools/sec-gui.nix
Normal file
8
2configs/tools/sec-gui.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
krebs.per-user.makefu.packages = with pkgs; [
|
||||
tpmmanager
|
||||
wireshark
|
||||
];
|
||||
}
|
|
@ -13,5 +13,6 @@
|
|||
thc-hydra
|
||||
borgbackup
|
||||
ledger
|
||||
u3_tool
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue