add scrcpy and adb

This commit is contained in:
stupidcomputer 2025-01-07 17:40:17 -06:00
parent 17c5c4e6de
commit d882b464c4
2 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,8 @@
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
programs.adb.enable = true;
boot.loader.grub = { boot.loader.grub = {
enable = true; enable = true;
device = "/dev/nvme0n1"; device = "/dev/nvme0n1";
@ -40,7 +42,7 @@
users.users.usr = { users.users.usr = {
isNormalUser = true; isNormalUser = true;
description = "usr"; description = "usr";
extraGroups = [ "networkmanager" "wheel" "input" ]; extraGroups = [ "networkmanager" "wheel" "input" "adbusers" ];
}; };
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;

View File

@ -68,6 +68,7 @@
ledger ledger
gnuplot gnuplot
anki-bin anki-bin
scrcpy
x11vnc x11vnc
# for the remote access functionality # for the remote access functionality