This commit is contained in:
Kopatz
2026-01-21 11:17:55 +01:00
parent c2c3ea5a64
commit 2f35c74fc2
5 changed files with 61 additions and 64 deletions

View File

@@ -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" ];
};

View File

@@ -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";