add scrcpy and adb
This commit is contained in:
parent
17c5c4e6de
commit
d882b464c4
@ -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;
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user