Add shadps4 package

This commit is contained in:
Ethan Simmons
2025-02-24 15:59:46 -06:00
parent d68035d1ba
commit dd0df124f9
6 changed files with 136 additions and 2 deletions

View File

@@ -113,6 +113,7 @@
enable = true;
lutris.enable = true;
minecraft.enable = true;
ps4.enable = true;
};
common.nil.enable = true;
@@ -228,7 +229,7 @@
pkgs = import nixpkgs {
inherit system;
overlays = with overlays; [ printrun citrix ];
overlays = with overlays; [ printrun citrix shadps4 ];
config = {
allowUnfree = true;
permittedInsecurePackages = [
@@ -241,6 +242,7 @@
kickoff-dot-desktop = pkgs.callPackage ./pkgs/kickoff-dot-desktop.nix {};
jhelioviewer = pkgs.callPackage ./pkgs/jhelioviewer.nix {};
llama-cpp = llama-cpp.packages.${system}.rocm;
shadps4 = pkgs.callPackage ./pkgs/shadps4.nix {};
}
);