zenix: remove monado

This commit is contained in:
Tristan 2026-05-24 13:25:02 +01:00
parent a87bb2f9db
commit d0cf50ccdb
2 changed files with 13 additions and 1 deletions

View file

@ -54,11 +54,23 @@
./nixos/programs/personal.nix
./nixos/services/musnix.nix
./nixos/workstation.nix
# {
# services.monado = {
# enable = true;
# forceDefaultRuntime = true;
# highPriority = true;
# };
# systemd.user.services.monado.environment = {
# STEAMVR_LH_ENABLE = "true";
# # XRT_COMPOSITOR_SCALE_PERCENTAGE = "200";
# };
# }
];
home-modules = [
./home/programs/graphical.nix
./home/programs/gamer.nix
./home/programs/personal/.
# ./home/programs/xr.nix
];
};

View file

@ -7,7 +7,7 @@
openxr-loader
opencomposite
];
services.monado.enable = true;
# services.monado.enable = true;
systemd.user.services.monado.environment = {
STEAMVR_LH_ENABLE = "true";
XRT_COMPOSITOR_SCALE_PERCENTAGE = "200";