Update steam deck packages.

This commit is contained in:
Tom Alexander
2025-11-30 15:30:05 -05:00
parent f94278e96d
commit d8d466e737
2 changed files with 13 additions and 12 deletions

View File

@@ -30,6 +30,7 @@
pkgs = import nixpkgs {
inherit system;
overlays = [ nixgl.overlay ];
# Cannot set arch/tune with stand-alone home manager: https://github.com/nix-community/home-manager/issues/2954#issuecomment-1765433433
};
in
# pkgs = nixpkgs.legacyPackages.${system};