Nix configurations for my homelab
0

Configure Feed

Select the types of activity you want to include in your feed.

Add rpcs3

+6 -7
+6 -7
modules/games.nix
··· 54 54 protontricks.enable = true; 55 55 }; 56 56 57 - users.users.mou = { 58 - packages = with pkgs; [ 59 - modrinth-app 60 - r2modman 61 - superTuxKart 62 - ]; 63 - }; 57 + users.users.mou.packages = with pkgs; [ 58 + modrinth-app 59 + r2modman 60 + rpcs3 61 + superTuxKart 62 + ]; 64 63 }