add some user symlinks and basic service input framework

This commit is contained in:
2025-05-20 17:48:38 -05:00
parent 47cb2c2b1f
commit b292c14814
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -17,6 +17,10 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
# IDK if this is right, might need to import each service, hope not
services = {
url = "./services/";
};
};
outputs = { self, nixpkgs, nixvim, home-manager, disko, sops-nix, quasiSecrets }@inputs: