refactor: 禁用下载隔离,移除未使用的 mkHome

This commit is contained in:
2026-04-11 18:00:04 +08:00
parent aa1b2ff23c
commit 60634ba1af
2 changed files with 1 additions and 17 deletions
-17
View File
@@ -67,21 +67,4 @@ in
++ extraModules;
};
# ── Standalone Home Manager (no NixOS / no Darwin) ──
mkHome =
{
system,
username,
}:
inputs.home-manager.lib.homeManagerConfiguration {
pkgs = import inputs.nixpkgs {
inherit system;
config.allowUnfree = true;
};
extraSpecialArgs = {
inherit inputs username;
hostname = "standalone";
};
modules = [ ../home ];
};
}