explicit flake-parts file

This commit is contained in:
John Lancaster
2026-02-16 10:38:46 -06:00
parent 369c3e5d08
commit 10a19d6885
3 changed files with 34 additions and 30 deletions

View File

@@ -0,0 +1,10 @@
{ inputs, ... }:
{
flake-file.inputs = {
home-manager.url = "github:nix-community/home-manager";
};
imports = [
inputs.home-manager.flakeModules.home-manager
];
}