update
This commit is contained in:
@@ -13,11 +13,9 @@ in
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.adb = {
|
||||
enable = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
scrcpy # mirrors screen to pc, -S turns off screen while active, --render-driver opengl uses opengl for rendering
|
||||
android-tools
|
||||
];
|
||||
users.users.${config.mainUser.name}.extraGroups = [ "adbusers" ];
|
||||
};
|
||||
|
||||
@@ -79,8 +79,7 @@ in
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
monado
|
||||
wlx-overlay-s
|
||||
wayvr-dashboard
|
||||
wayvr
|
||||
];
|
||||
systemd.user.services.monado.environment = {
|
||||
STEAMVR_LH_ENABLE = "1";
|
||||
|
||||
Reference in New Issue
Block a user