added custom pkgs and yuzu

This commit is contained in:
willifan 2024-11-22 09:20:12 +01:00
parent 91d1e9cc77
commit a1e1db21ec
5 changed files with 43 additions and 0 deletions

6
pkgs/default.nix Normal file
View file

@ -0,0 +1,6 @@
{ pkgs, ... }:
{
nixpkgs.config.packageOverrides = pkgs: {
yuzu = pkgs.callPackage ./yuzu { };
};
}