gaming: Avoid pulling the nix-gaming overlay

This commit is contained in:
traxys 2026-03-22 17:15:46 +01:00
parent 2c15226fbc
commit 47894d8366
2 changed files with 5 additions and 2 deletions

View file

@ -2,8 +2,12 @@
pkgs,
config,
lib,
flake,
...
}:
let
inherit (flake.inputs.nix-gaming.packages.${pkgs.system}) wine-tkg;
in
{
home.packages = with pkgs; [
bottles
@ -30,7 +34,7 @@
home.file = {
".config/heroic/tools/wine/wine-system" = {
source = pkgs.wine-tkg;
source = wine-tkg;
#recursive = true;
};
};

View file

@ -11,7 +11,6 @@
inputs.rust-overlay.overlays.default
inputs.nixgl.overlays.default
(final: prev: self.packages.${system})
(final: prev: inputs.nix-gaming.packages.${system})
];
makeMachine =