stockholm/makefu/2configs/tools/sec-gui.nix
2017-09-04 14:40:20 +02:00

9 lines
102 B
Nix

{ pkgs, ... }:
{
krebs.per-user.makefu.packages = with pkgs; [
tpmmanager
wireshark
];
}