wip agenix

This commit is contained in:
Henry Hiles 2025-03-20 20:54:59 -04:00
parent 799e2fd944
commit a7a0869dbe
6 changed files with 41 additions and 135 deletions

View file

@ -1,8 +1,8 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
ragenix = {
url = "github:yaxitech/ragenix";
agenix = {
url = "github:Henry-Hiles/agenix";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
@ -40,7 +40,7 @@
modules = with dirUtils;
[
./wrappers
inputs.ragenix.nixosModules.default
inputs.agenix.nixosModules.default
inputs.nix-gaming.nixosModules.pipewireLowLatency
]
++ dirFiles "${inputs.self}/${hostname}"