Add base agenix files

This commit is contained in:
thiloho
2023-10-31 12:10:31 +01:00
parent 95d1ed9112
commit bd18961601
4 changed files with 83 additions and 2 deletions

View File

@@ -20,6 +20,10 @@
url = "github:thiloho/discord-bot";
inputs.nixpkgs.follows = "nixpkgs";
};
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs@{ nixpkgs, home-manager, nixos-hardware, ... }: {