Gaming/rpcs3: use rpcs3 from NUR

This commit is contained in:
Toast 2024-01-30 23:29:52 +01:00
parent d706a86250
commit de8bfae07a

View file

@ -1,7 +1,14 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [ rpcs3 ];
environment.systemPackages = with config; [
nur.repos.ataraxiasjel.rpcs3
];
# Compiling RPCS3 takes quite a while
nix.settings = {
substituters = [ "https://ataraxiadev-foss.cachix.org" ];
trusted-public-keys = [ "ataraxiadev-foss.cachix.org-1:ws/jmPRUF5R8TkirnV1b525lP9F/uTBsz2KraV61058=" ];
};
# Increase the memory lock limit
security.pam.loginLimits = [{