summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/consoles.nix
blob: 154e9b25ee7c27108933a36c8000d540724179b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ pkgs, ... }:
{
  users.users.makefu.packages = with pkgs; [
    # PS2
    opl-utils
    #opl-pc-tools
    hdl-dump
    bin2iso
    cue2pops

    # switch
    nx_game_info
    hactool
    nsrenamer
  ];
}