ma tools: add sec-gui

This commit is contained in:
makefu 2017-09-04 14:37:00 +02:00
parent 5898caa146
commit ccd81aee65
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
4 changed files with 11 additions and 1 deletions

View File

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

View File

@ -20,6 +20,5 @@
xdotool
xorg.xbacklight
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
borgbackup
ledger
u3_tool
];
}