diff --git a/1systems/x/config.nix b/1systems/x/config.nix index 969e78b..3686555 100644 --- a/1systems/x/config.nix +++ b/1systems/x/config.nix @@ -54,7 +54,7 @@ with import ; - # + # # Filesystem @@ -62,6 +62,9 @@ with import ; # Security + { + programs.adb.enable = true; + } ];