mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-14 23:05:09 +02:00
gaming: Avoid pulling the nix-gaming overlay
This commit is contained in:
parent
2c15226fbc
commit
47894d8366
2 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue