scrcpy: init

This commit is contained in:
wo2wz 2025-12-15 11:02:42 -05:00
parent 6dfbcb22c2
commit 255e8fdf3c
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
programs.adb.enable = true;
environment.systemPackages = [ pkgs.scrcpy ];
}