adbfs
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
{ host, lib, ... }:
|
{ pkgs, host, lib, ... }:
|
||||||
lib.mkIf (host != "NxACE")
|
lib.mkIf (host != "NxACE")
|
||||||
{
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
adbfs-rootless
|
||||||
|
];
|
||||||
programs.adb = {
|
programs.adb = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user