feat: add zwift integration to home-assistant

This commit is contained in:
Nickolaj Jepsen 2026-01-20 00:22:18 +01:00
parent 04c85ec904
commit f1d4ea06fc
8 changed files with 47 additions and 13 deletions

View file

@ -7,8 +7,8 @@
}: {
config = lib.mkIf config.fireproof.dev.enable {
environment.systemPackages = with inputs.opencode.packages.${pkgs.stdenv.hostPlatform.system}; [
opencode
desktop
# opencode
# desktop
];
};
}