From d882b464c4bb486b9ddb5c325d8c000279965e1d Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Tue, 7 Jan 2025 17:40:17 -0600 Subject: [PATCH] add scrcpy and adb --- boxes/aristotle/default.nix | 4 +++- config/aristotle.nix | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/boxes/aristotle/default.nix b/boxes/aristotle/default.nix index 4d5469e..8b38b37 100644 --- a/boxes/aristotle/default.nix +++ b/boxes/aristotle/default.nix @@ -8,6 +8,8 @@ ./hardware-configuration.nix ]; + programs.adb.enable = true; + boot.loader.grub = { enable = true; device = "/dev/nvme0n1"; @@ -40,7 +42,7 @@ users.users.usr = { isNormalUser = true; description = "usr"; - extraGroups = [ "networkmanager" "wheel" "input" ]; + extraGroups = [ "networkmanager" "wheel" "input" "adbusers" ]; }; nixpkgs.config.allowUnfree = true; diff --git a/config/aristotle.nix b/config/aristotle.nix index ee4e5ce..61bfa2c 100644 --- a/config/aristotle.nix +++ b/config/aristotle.nix @@ -68,6 +68,7 @@ ledger gnuplot anki-bin + scrcpy x11vnc # for the remote access functionality