mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
updates
This commit is contained in:
parent
13b1ea31ed
commit
169a79a2d7
4 changed files with 12 additions and 1 deletions
|
|
@ -6,6 +6,8 @@
|
|||
}: {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
enableBashCompletion = true;
|
||||
autosuggestions = {
|
||||
enable = true;
|
||||
async = true;
|
||||
|
|
|
|||
|
|
@ -7,9 +7,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.postgresql.enable = true; # for msf
|
||||
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
(pkgs.unstable)
|
||||
metasploit
|
||||
exploitdb
|
||||
termshark
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue