From 2dad0a487d66d84763430ad17af95976895cb64d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 23 Dec 2024 07:09:07 +0000 Subject: [PATCH] t490: add via and android-tools --- nix/hosts/t490/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nix/hosts/t490/configuration.nix b/nix/hosts/t490/configuration.nix index 68a5f8c..a1a1025 100644 --- a/nix/hosts/t490/configuration.nix +++ b/nix/hosts/t490/configuration.nix @@ -148,7 +148,10 @@ "networkmanager" "wheel" ]; - packages = [ ]; + packages = with pkgs; [ + android-tools + via + ]; }; users.groups.media = { };