add some user symlinks and basic service input framework
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user