Files
nix-fleet/modules/platform/flake-parts.nix
2026-03-03 12:16:25 +01:00

6 lines
90 B
Nix

{ inputs, ... }: {
imports = [
inputs.home-manager.flakeModules.home-manager
];
}