2025-07-17 18:10:37 +02:00

10 lines
99 B
Nix

{
lib, pkgs, ...
}:
{
# requires avahi or similar
home.packages = with pkgs; [ uxplay ];
}