feat(steam): mkbeatsaber

This commit is contained in:
arcnmx 2024-02-13 17:02:53 -08:00
parent 46c6fbc8c1
commit fc11fb8152
18 changed files with 891 additions and 44 deletions

View file

@ -30,6 +30,7 @@
};
"modules/nixos" = {
functor = {
enable = true;
external = with (import (inputs.arcexprs + "/modules")).nixos; [
nix
systemd
@ -54,7 +55,7 @@
];
};
};
"modules/nixos".functor.enable = true;
"modules/nixos/steam".functor.enable = true;
"modules/meta".functor.enable = true;
"modules/system".functor.enable = true;
"modules/home".functor.enable = true;