explicit flake-parts file
This commit is contained in:
10
modules/home-manager/flake-parts.nix
Normal file
10
modules/home-manager/flake-parts.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
flake-file.inputs = {
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
};
|
||||
|
||||
imports = [
|
||||
inputs.home-manager.flakeModules.home-manager
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user