Add chromecast support.

This commit is contained in:
Tom Alexander
2025-01-19 13:44:01 -05:00
parent d365b6aea9
commit 938f8676ff
3 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{
config,
lib,
pkgs,
...
}:
{
imports = [ ];
environment.systemPackages = with pkgs; [
catt
];
}