add scrcpy and adb
This commit is contained in:
parent
17c5c4e6de
commit
d882b464c4
@ -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;
|
||||
|
@ -68,6 +68,7 @@
|
||||
ledger
|
||||
gnuplot
|
||||
anki-bin
|
||||
scrcpy
|
||||
x11vnc
|
||||
|
||||
# for the remote access functionality
|
||||
|
Loading…
Reference in New Issue
Block a user