ma tools: add sec-gui
This commit is contained in:
parent
5898caa146
commit
ccd81aee65
@ -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
makefu/2configs/tools/sec-gui.nix
Normal file
8
makefu/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 New Issue
Block a user