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