finn.markwitz b3471a308a feat(home-assistant): add alexa_media_player custom component
Package the Alexa Media Player HACS component declaratively (v5.15.7),
so HA can drive the Echo devices (TTS/announce, media, sensors). Needs
dictor 0.1.12 (absent from nixpkgs) and an alexapy 1.29.22 -> 1.29.25
bump to satisfy the manifest's exact requirement pins; both build
against HA's interpreter. Config-flow based: add via the HA UI and sign
in with the Amazon account after rebuild.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RCn8YgGQMGpauatdeTdQYf
2026-07-29 17:11:25 +02:00
2024-01-20 10:18:08 +01:00
2025-02-07 22:13:20 +01:00
2023-07-03 07:58:41 +00:00
2026-04-20 16:05:05 +02:00
2023-09-11 14:54:26 +00:00
2026-07-24 12:01:15 +02:00
2025-10-27 07:40:22 +00:00

Private NixOS Configuration

Felix Nixos Config

Structure

.
├── images       # custom image generations
├── machines     # machine definitions
├── modules      # own nix-options, to modularize services/hardware/...
├── overlays     # overlays
├── pkgs         # own packages, which are not available in nixpkgs
└── environments     # summarize module collections into single options

Commands

# Rebuild (switch/boot/test) 
sudo nixos-rebuild switch --flake '.#jupiter'


# Update Flake
nix flake update

# Channel list
sudo nix-channel --list
# Channel update
sudo nix-channel --update
S
Description
Private NixOS configuration
Readme 442 KiB
Languages
Nix 100%