Files
nix-fleet/modules/platform/flake-parts.nix
2026-03-03 23:06:45 +01:00

6 lines
90 B
Nix

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