tangled
alpha
login
or
join now
quasigod.xyz
/
nixconfig
9
fork
atom
My NixOS and Home Manager configurations
9
fork
atom
overview
issues
pulls
pipelines
add caido to hacking module
quasigod.xyz
5 months ago
6e90472b
fe4eee21
verified
This commit was signed with the committer's
known signature
.
quasigod.xyz
SSH Key Fingerprint:
SHA256:IYQIQqk4Il5k+VDa+O4RM4mqCqVtyRilM/eLPbx2jjc=
+1
1 changed file
expand all
collapse all
unified
split
modules
programs
hacking.nix
+1
modules/programs/hacking.nix
···
105
105
basePackage = pkgs.metasploit;
106
106
programs.msfconsole.prependFlags = [ "--defer-module-loads" ];
107
107
})
108
108
+
caido
108
109
];
109
110
};
110
111
};