Add dolphin for gamecube and wii.
This commit is contained in:
@@ -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 ]; }
|
||||
|
||||
Reference in New Issue
Block a user