From b781c4bfb73b7dd4d2c74171dfc9b17d9f6d2ac2 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 30 May 2025 01:37:37 -0400 Subject: [PATCH] Infini-DESKTOP: add programs for VR avatar creation --- hosts/Infini-DESKTOP/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index 61cb504..4482433 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -56,8 +56,12 @@ home.home.packages = with pkgs; [ arduino hydrus - sidequest razergenie # TODO: replace with polychromatic + + sidequest + unityhub + vrc-get + blender ]; programs.ns-usbloader.enable = true;