Eliminate hub-overrides.nix: write feature toggles into custom.nix instead

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/db82f216-af3e-4d7f-a972-86c03f23e069

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-03 14:28:24 +00:00
committed by GitHub
parent 8d05f43594
commit 3c6106d06a
3 changed files with 53 additions and 43 deletions

View File

@@ -4,9 +4,7 @@
imports = [
./modules/modules.nix
./iso/branding.nix
] ++ (if builtins.pathExists /etc/nixos/hub-overrides.nix
then [ /etc/nixos/hub-overrides.nix ]
else []);
];
# ── Boot ────────────────────────────────────────────────────
boot.loader.systemd-boot.enable = true;