Add dolphin for gamecube and wii.

This commit is contained in:
Tom Alexander
2025-03-30 15:57:01 -04:00
parent 83389cb5cf
commit 33f45c56bf
9 changed files with 256 additions and 1 deletions

View File

@@ -35,7 +35,10 @@
homeConfigurations."deck" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = { inherit nixgl; };
extraSpecialArgs = {
inherit nixgl;
inherit home-manager;
};
modules = [
{ nixpkgs.overlays = [ nixgl.overlay ]; }