nero: add millennium for steam.

This commit is contained in:
2026-07-23 21:34:28 -04:00
parent 34362c2f1b
commit 9bc32423d8
3 changed files with 80 additions and 21 deletions
+2
View File
@@ -19,6 +19,7 @@ in
nixpkgs.overlays = [
wivrn-overlay
inputs.millennium.overlays.default
];
boot = {
@@ -89,6 +90,7 @@ in
steam = {
enable = true;
package = pkgs.millennium-steam;
remotePlay.openFirewall = true;
extraPackages = [ pkgs.hidapi ];
};