Infini-FRAMEWORK: add vr apps
This commit is contained in:
parent
00a8284e11
commit
1613e38137
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
home.home.packages = with pkgs; [
|
home.home.packages = with pkgs; [
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
|
sidequest
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.enableDebugInfo = true;
|
environment.enableDebugInfo = true;
|
||||||
|
@ -50,6 +51,10 @@
|
||||||
hardware.uinput.enable = true;
|
hardware.uinput.enable = true;
|
||||||
services.joycond.enable = true;
|
services.joycond.enable = true;
|
||||||
|
|
||||||
|
programs.alvr = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue