This commit is contained in:
Tim Schubert 2021-07-06 23:26:24 +02:00
parent be5e43f9fd
commit 553749fea4
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
5 changed files with 61 additions and 4 deletions

View file

@ -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";
};

View file

@ -56,6 +56,7 @@ with pkgs; [
nfs-utils
niv
nmap
nvd
openssl
p7zip
pass