monado service
This commit is contained in:
parent
61749486f3
commit
185c15f27e
2 changed files with 6 additions and 3 deletions
|
|
@ -1,10 +1,8 @@
|
|||
{
|
||||
pkgs,
|
||||
# config,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
monado
|
||||
];
|
||||
home.file.".config/openxr/1/openxr_monado.json" = {
|
||||
source = "${pkgs.monado}/share/openxr/1/openxr_monado.json";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -13,4 +13,9 @@
|
|||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
programs.gamemode.enable = true;
|
||||
services.monado.enable = true;
|
||||
systemd.user.services.monado.environment = {
|
||||
STEAMVR_LH_ENABLE = "true";
|
||||
XRT_COMPOSITOR_SCALE_PERCENTAGE = "200";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue