fix(wivrn): flake update fixes

This commit is contained in:
2026-01-17 22:05:19 +00:00
parent cf706f5d3b
commit 2c39488719
2 changed files with 3 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ in
# whole blender config including addons is too fat to include here
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
wlx-overlay-s
wayvr
];
};
# nix'ing a blender config is most likely not possible

View File

@@ -54,6 +54,7 @@ in
publish.userServices = true;
};
};
programs.adb.enable = true;
environment.systemPackages = [ pkgs.android-tools ];
# programs.adb.enable = true;
};
}