dotfiles/home/modules/cli/android/androidFileTransfer/default.nix

13 lines
175 B
Nix
Raw Normal View History

2025-01-19 23:40:54 -06:00
{
pkgs,
...
}:
{
2024-10-06 15:25:05 -05:00
home.packages = builtins.attrValues {
2025-01-19 23:40:54 -06:00
inherit (pkgs)
2024-10-06 15:25:05 -05:00
android-file-transfer
;
};
}
2024-11-03 17:49:11 -06:00
# requires that users be part of the adbusers group