flake update
This commit is contained in:
@@ -30,12 +30,18 @@
|
||||
in {
|
||||
# Home-Manager modules — import in nixos-config via:
|
||||
# imports = [ inputs.m3ta-home.homeManagerModules.default ];
|
||||
homeManagerModules = import ./modules { inherit inputs; selfPath = self.outPath; };
|
||||
homeManagerModules = import ./modules {
|
||||
inherit inputs;
|
||||
selfPath = self.outPath;
|
||||
};
|
||||
|
||||
# Library functions — use in nixos-config via:
|
||||
# m3ta-lib = inputs.m3ta-home.lib;
|
||||
# imports = [ (m3ta-lib.mkHome { ... }) ];
|
||||
lib = import ./lib {inherit inputs; selfPath = self.outPath;};
|
||||
lib = import ./lib {
|
||||
inherit inputs;
|
||||
selfPath = self.outPath;
|
||||
};
|
||||
|
||||
# Overlays (re-exports from m3ta-nixpkgs)
|
||||
overlays = inputs.m3ta-nixpkgs.overlays;
|
||||
|
||||
Reference in New Issue
Block a user