monado service

This commit is contained in:
tristan 2024-03-06 00:37:13 +00:00
parent 61749486f3
commit 185c15f27e
2 changed files with 6 additions and 3 deletions

View file

@ -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";
};