ma tools: add sec-gui
This commit is contained in:
parent
dc03c7708a
commit
3dd1656008
|
@ -8,5 +8,7 @@
|
||||||
./games.nix
|
./games.nix
|
||||||
./media.nix
|
./media.nix
|
||||||
./sec.nix
|
./sec.nix
|
||||||
|
./sec-gui.nix
|
||||||
|
./studio.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,6 +20,5 @@
|
||||||
xdotool
|
xdotool
|
||||||
xorg.xbacklight
|
xorg.xbacklight
|
||||||
scrot
|
scrot
|
||||||
wireshark
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
8
2configs/tools/sec-gui.nix
Normal file
8
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
|
thc-hydra
|
||||||
borgbackup
|
borgbackup
|
||||||
ledger
|
ledger
|
||||||
|
u3_tool
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue