Steam login option

This commit is contained in:
2023-09-03 21:56:37 -06:00
parent 890b24200e
commit f93b2c6908
3 changed files with 19 additions and 9 deletions

View File

@@ -75,7 +75,7 @@
name = "nixpkgs-patched";
src = nixpkgs;
patches = [
# no patches to nixpkgs at this time
./patches/gamepadui.patch
];
};
patchedNixpkgs = nixpkgs.lib.fix (self: (import "${patchedNixpkgsSrc}/flake.nix").outputs { self = nixpkgs; });