mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
flakemodules
This commit is contained in:
@@ -7,7 +7,8 @@
|
|||||||
home-manager.url = "github:nix-community/home-manager/release-25.11";
|
home-manager.url = "github:nix-community/home-manager/release-25.11";
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; }
|
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; }
|
||||||
(inputs.import-tree ./modules);
|
(inputs.import-tree ./modules // {
|
||||||
|
imports = [ inputs.home-manager.flakeModules.home-manager ];
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user