zenix: remove monado
This commit is contained in:
parent
a87bb2f9db
commit
d0cf50ccdb
2 changed files with 13 additions and 1 deletions
12
flake.nix
12
flake.nix
|
|
@ -54,11 +54,23 @@
|
||||||
./nixos/programs/personal.nix
|
./nixos/programs/personal.nix
|
||||||
./nixos/services/musnix.nix
|
./nixos/services/musnix.nix
|
||||||
./nixos/workstation.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-modules = [
|
||||||
./home/programs/graphical.nix
|
./home/programs/graphical.nix
|
||||||
./home/programs/gamer.nix
|
./home/programs/gamer.nix
|
||||||
./home/programs/personal/.
|
./home/programs/personal/.
|
||||||
|
# ./home/programs/xr.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
openxr-loader
|
openxr-loader
|
||||||
opencomposite
|
opencomposite
|
||||||
];
|
];
|
||||||
services.monado.enable = true;
|
# services.monado.enable = true;
|
||||||
systemd.user.services.monado.environment = {
|
systemd.user.services.monado.environment = {
|
||||||
STEAMVR_LH_ENABLE = "true";
|
STEAMVR_LH_ENABLE = "true";
|
||||||
XRT_COMPOSITOR_SCALE_PERCENTAGE = "200";
|
XRT_COMPOSITOR_SCALE_PERCENTAGE = "200";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue