add nvd
This commit is contained in:
parent
be5e43f9fd
commit
553749fea4
5 changed files with 61 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
{ self
|
||||
, nixpkgs
|
||||
, home-manager
|
||||
, nvd
|
||||
}:
|
||||
let
|
||||
hmConfiguration =
|
||||
|
@ -27,8 +28,9 @@ in
|
|||
{
|
||||
home = hmConfiguration {
|
||||
extraModules = [ ./home ];
|
||||
overlays = with self.overlays; [
|
||||
scripts
|
||||
overlays = [
|
||||
self.overlays.scripts
|
||||
(final: prev: { n = nvd; })
|
||||
];
|
||||
stateVersion = "20.09";
|
||||
};
|
||||
|
|
|
@ -56,6 +56,7 @@ with pkgs; [
|
|||
nfs-utils
|
||||
niv
|
||||
nmap
|
||||
nvd
|
||||
openssl
|
||||
p7zip
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue