diff --git a/nixos/base.nix b/nixos/base.nix index 01064522..67561772 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -15,7 +15,6 @@ # Allow all the things nixpkgs.config.allowUnfree = true; - nixpkgs.config.android_sdk.accept_license = true; nixpkgs.config.permittedInsecurePackages = [ "openssl-1.0.2u" ]; @@ -84,8 +83,6 @@ virtualisation.docker.enable = true; - programs.adb.enable = true; - hardware.keyboard.zsa.enable = true; services.xserver = {