stockholm/makefu/2configs/tools/sec-gui.nix

9 lines
102 B
Nix
Raw Normal View History

2017-09-04 12:37:00 +00:00
{ pkgs, ... }:
{
krebs.per-user.makefu.packages = with pkgs; [
tpmmanager
wireshark
];
}