ma tools: add sec-gui

This commit is contained in:
makefu 2017-09-04 14:37:00 +02:00 committed by lassulus
parent 3e429bdead
commit 1874d35381
4 changed files with 11 additions and 1 deletions

View File

@ -8,5 +8,7 @@
./games.nix ./games.nix
./media.nix ./media.nix
./sec.nix ./sec.nix
./sec-gui.nix
./studio.nix
]; ];
} }

View File

@ -20,6 +20,5 @@
xdotool xdotool
xorg.xbacklight xorg.xbacklight
scrot scrot
wireshark
]; ];
} }

View File

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
krebs.per-user.makefu.packages = with pkgs; [
tpmmanager
wireshark
];
}

View File

@ -13,5 +13,6 @@
thc-hydra thc-hydra
borgbackup borgbackup
ledger ledger
u3_tool
]; ];
} }